Spaces:
Running
Running
add possible sqlite issue with chroma
Browse files
README.md
CHANGED
@@ -68,11 +68,14 @@ Indicates whether sending a question to the LLM (Language Model) or to the vecto
|
|
68 |
- Embeddings: the response will consist of the raw text from the document related to the question (based on the embeddings). This mode helps to test why sometimes the answers are not satisfying or incomplete.
|
69 |
|
70 |
### NER (Named Entities Recognition)
|
71 |
-
|
72 |
This feature is specifically crafted for people working with scientific documents in materials science.
|
73 |
It enables to run NER on the response from the LLM, to identify materials mentions and properties (quantities, measurements).
|
74 |
This feature leverages both [grobid-quantities](https://github.com/kermitt2/grobid-quanities) and [grobid-superconductors](https://github.com/lfoppiano/grobid-superconductors) external services.
|
75 |
|
|
|
|
|
|
|
|
|
76 |
|
77 |
## Development notes
|
78 |
|
|
|
68 |
- Embeddings: the response will consist of the raw text from the document related to the question (based on the embeddings). This mode helps to test why sometimes the answers are not satisfying or incomplete.
|
69 |
|
70 |
### NER (Named Entities Recognition)
|
|
|
71 |
This feature is specifically crafted for people working with scientific documents in materials science.
|
72 |
It enables to run NER on the response from the LLM, to identify materials mentions and properties (quantities, measurements).
|
73 |
This feature leverages both [grobid-quantities](https://github.com/kermitt2/grobid-quanities) and [grobid-superconductors](https://github.com/lfoppiano/grobid-superconductors) external services.
|
74 |
|
75 |
+
### Troubleshooting
|
76 |
+
Error: `streamlit: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0`.
|
77 |
+
Here the [solution on Linux](https://stackoverflow.com/questions/76958817/streamlit-your-system-has-an-unsupported-version-of-sqlite3-chroma-requires-sq).
|
78 |
+
For more information, see the [details](https://docs.trychroma.com/troubleshooting#sqlite) on Chroma website.
|
79 |
|
80 |
## Development notes
|
81 |
|