Romain Fouilland
Romain Fouilland
Sadly no, do you have any idea?
+1 I am seeing the same error `FileNotFoundError: [Errno 2] No such file or directory: '/[...path...]/.pio/build/nanoTag/.sconsign311.tmp'` If I change the env name it works again for some time and then...
I feel like this could be added _"rather easily"_ as this is almost how it is built already in [`rag/main.py`](https://github.com/ollama-webui/ollama-webui/blob/main/backend/apps/rag/main.py) with a `POST /doc` endpoint calling `store_doc` which leverages `store_data_in_vector_db`...
That's exactly what I was suggesting (be able to customize a few parameters for the "normal" user and, for the power user, be able to register a custom endpoint to...
The idea behind the list of Documents was also based on the langchain Retriever signature. Currently, the [query/ endpoint](https://github.com/ollama-webui/ollama-webui/blob/f079cb6b563145f664c746cc4a96cc782699c4f2/backend/apps/rag/main.py#L96-L115) on [Chroma returns a QueryResult](https://docs.trychroma.com/reference/Collection#query) which is defined [here](https://github.com/chroma-core/chroma/blob/b5dc65fcacafc2c6bfc6450645ed6e9447ba400a/chromadb/api/types.py#L162). Currently, it's...
Hi, thank you and congratulations @ruicraveiro (and @stuartmorgan-g) for the amazing work on this! I am very interested in this feature, is there any way for me to help you...