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:18661ceaa289a773ab097ef688806a8d5212dbbd56670b9c898e2016de634f44
3
- size 540874
 
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:e16a0cd98dd13844bbdef7468ab09ddff47bd107fa4d5c6bb445b27419448f3c
3
- size 2786444
 
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:744e49bbdc430fd9863d6b4c0dfdd1d0ae89c41caaf9abcd8d36a38a09f6fa4f
3
- size 2786349
 
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