LordFarquaad42 commited on
Commit
12ff168
1 Parent(s): 0c9973b

misc honestly

Browse files
app.py CHANGED
@@ -30,4 +30,4 @@ if st.button('Query Database'):
30
  n_results=10,
31
  include = ['documents']
32
  )
33
- st.write(results)
 
30
  n_results=10,
31
  include = ['documents']
32
  )
33
+ st.write(results["documents"])
chromadb/a81ece71-a3dd-473b-b74b-da3ab01ee2b8/data_level0.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7dae3ee3f81c92a916610420e67bdc858c853e6399addd96e645880895fe3d7c
3
  size 4236000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aead1bd9ef8ff975d543d56114a7c2d52ca5dcd57c8300e28505f18a10fe4a7c
3
  size 4236000
chromadb/a81ece71-a3dd-473b-b74b-da3ab01ee2b8/length.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68c0dcdcf4beb64e7114c6b79a57d69e9cb8314dbb4d5613c019b8a83d6d2ae5
3
  size 4000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc19b1997119425765295aeab72d76faa6927d4f83985d328c26f20468d6cc76
3
  size 4000
requirements.txt CHANGED
@@ -35,6 +35,7 @@ idna==3.6
35
  importlib-metadata==6.11.0
36
  importlib_resources==6.3.0
37
  Jinja2==3.1.3
 
38
  jsonschema==4.21.1
39
  jsonschema-specifications==2023.12.1
40
  kubernetes==29.0.0
@@ -44,6 +45,7 @@ mdurl==0.1.2
44
  mmh3==4.1.0
45
  monotonic==1.6
46
  mpmath==1.3.0
 
47
  numpy==1.26.4
48
  oauthlib==3.2.2
49
  onnxruntime==1.17.1
@@ -80,11 +82,16 @@ python-dotenv==1.0.1
80
  pytz==2024.1
81
  PyYAML==6.0.1
82
  referencing==0.33.0
 
83
  requests==2.31.0
84
  requests-oauthlib==1.4.0
85
  rich==13.7.1
86
  rpds-py==0.18.0
87
  rsa==4.9
 
 
 
 
88
  six==1.16.0
89
  smmap==5.0.1
90
  sniffio==1.3.1
@@ -92,11 +99,14 @@ starlette==0.36.3
92
  streamlit==1.32.2
93
  sympy==1.12
94
  tenacity==8.2.3
 
95
  tokenizers==0.15.2
96
  toml==0.10.2
97
  toolz==0.12.1
 
98
  tornado==6.4
99
  tqdm==4.66.2
 
100
  typer==0.9.0
101
  typing_extensions==4.10.0
102
  tzdata==2024.1
 
35
  importlib-metadata==6.11.0
36
  importlib_resources==6.3.0
37
  Jinja2==3.1.3
38
+ joblib==1.3.2
39
  jsonschema==4.21.1
40
  jsonschema-specifications==2023.12.1
41
  kubernetes==29.0.0
 
45
  mmh3==4.1.0
46
  monotonic==1.6
47
  mpmath==1.3.0
48
+ networkx==3.2.1
49
  numpy==1.26.4
50
  oauthlib==3.2.2
51
  onnxruntime==1.17.1
 
82
  pytz==2024.1
83
  PyYAML==6.0.1
84
  referencing==0.33.0
85
+ regex==2023.12.25
86
  requests==2.31.0
87
  requests-oauthlib==1.4.0
88
  rich==13.7.1
89
  rpds-py==0.18.0
90
  rsa==4.9
91
+ safetensors==0.4.2
92
+ scikit-learn==1.4.1.post1
93
+ scipy==1.12.0
94
+ sentence-transformers==2.5.1
95
  six==1.16.0
96
  smmap==5.0.1
97
  sniffio==1.3.1
 
99
  streamlit==1.32.2
100
  sympy==1.12
101
  tenacity==8.2.3
102
+ threadpoolctl==3.3.0
103
  tokenizers==0.15.2
104
  toml==0.10.2
105
  toolz==0.12.1
106
+ torch==2.2.1
107
  tornado==6.4
108
  tqdm==4.66.2
109
+ transformers==4.38.2
110
  typer==0.9.0
111
  typing_extensions==4.10.0
112
  tzdata==2024.1