Maia Pelletier commited on
Commit ·
3f60e32
1
Parent(s): 0f07188
ingest COG FAQs
Browse files
data/vector_store/documents.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91f5564b211362f8521a1f7941a4f346d97d46dfba2e83d8ca58cb81a77df864
|
| 3 |
+
size 874711
|
data/vector_store/embeddings.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a043f7bc5e7b5f5a2880cc6d5389fb277f9529eac26612880828b241970d2b9f
|
| 3 |
+
size 4390028
|
data/vector_store/index.faiss
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73c8f7fdb095c972962c80cc05f36a80bec95d374736c8e762f165621185d9f8
|
| 3 |
+
size 4389933
|
ingest_documents.py
CHANGED
|
@@ -13,7 +13,8 @@ URLS = [
|
|
| 13 |
# Add your URLs here, one per line
|
| 14 |
"https://inspection.canada.ca/en/food-labels/organic-products/operating-manual",
|
| 15 |
"https://inspection.canada.ca/en/food-labels/organic-products/import-requirements",
|
| 16 |
-
"https://inspection.canada.ca/en/food-labels/labelling/industry/organic-claims"
|
|
|
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 13 |
# Add your URLs here, one per line
|
| 14 |
"https://inspection.canada.ca/en/food-labels/organic-products/operating-manual",
|
| 15 |
"https://inspection.canada.ca/en/food-labels/organic-products/import-requirements",
|
| 16 |
+
"https://inspection.canada.ca/en/food-labels/labelling/industry/organic-claims",
|
| 17 |
+
"https://cog.ca/faqs/"
|
| 18 |
]
|
| 19 |
|
| 20 |
|