heikowagner commited on
Commit
fae55e7
1 Parent(s): b45426b

addexample

Browse files
.gitignore CHANGED
@@ -8,5 +8,4 @@ root
8
  .vscode
9
  /app/mymodels
10
  /app/.cache
11
- /app/VectorStore
12
  *chroma-embeddings.parquet*
 
8
  .vscode
9
  /app/mymodels
10
  /app/.cache
 
11
  *chroma-embeddings.parquet*
app/VectorStore/chroma-collections.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485e9d46361ec332e64d9b50063f7b958cfd7bf015931232033e05d34e3474d2
3
+ size 712
app/VectorStore/index/id_to_uuid_3c194f90-478a-4f8e-a5ac-67776218c783.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30970b5f5b747f17da7471033fc01cda622aeb236966628f64285f507247c30e
3
+ size 7594
app/VectorStore/index/index_3c194f90-478a-4f8e-a5ac-67776218c783.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c220ae8125b8343264f932baba1c2abb62767acb593271c3745d43e50094eefb
3
+ size 773296
app/VectorStore/index/index_metadata_3c194f90-478a-4f8e-a5ac-67776218c783.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70331079a9c91229b14c8d52b03b769cc42a7753a3e28272be2dfc41323d1af7
3
+ size 73
app/VectorStore/index/uuid_to_id_3c194f90-478a-4f8e-a5ac-67776218c783.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0e3ec8fd73d4a0139cfbc5a75be1534a545f7d6885200397eb3397dc792a60e
3
+ size 8896
app/run.py CHANGED
@@ -12,6 +12,6 @@ import cloudpickle
12
  llm= load_model.load_openai_model()
13
 
14
  # %%
15
- chain = load_model.create_chain(llm, collection="axa_terms_hkunlpinstructorlarge")
16
  result = chain({"query": "What are AXAs green Goals?"})
17
  print(result)
 
12
  llm= load_model.load_openai_model()
13
 
14
  # %%
15
+ chain = load_model.create_chain(llm, collection="heikospaper")
16
  result = chain({"query": "What are AXAs green Goals?"})
17
  print(result)