Verba
Verba copied to clipboard
Retrieval Augmented Generation (RAG) chatbot powered by Weaviate
After upgrading from version 0.4.0 to 1.0.1, I am unable to save the RAG settings. Specifically, changes to the embedding model or the LLM do not persist. When I click...
## Description When running Verba using docker compose with OLLAMA_MODEL set to `llama3` it is not possible add documents. It gives 404 on `/api/embeddings` in the ollama server. And it...
## Description Admin Console not working in V1.0.1 on Ubuntu machine. ## Is this a bug or a feature? - [ ] Bug - [ ] Feature ## Steps to...
"Query failed: 'NoneType' object is not iterable" Error when starting chat with imported documents
After applying the fixes that were provided from a previous Issue that was converted to pull request 163. Everything is working up to the point that I start a chat...
This PR adds changes to import folders with documents in them. ## Changes Alternatively to https://github.com/weaviate/Verba/pull/164 This PR would add a button in the frontend in the 'Add documents page'...
## Description Hey everyone, I just cloned Verba locally and set the environment variables. I want to use Ollama for Embedding and Generation (using Llama3) but I cannot see where...
## Description Settings are not being saved on Ubuntu. I made few changes to the Title page, logo etc. and applied. When I clicked on chat, all my custom setting...
This PR Adds: - `/api/import_directory` endpoint so the user can upload complete directories additionally to files. It reuses most of the `/api/import/` logic. **Example call** ``` http POST localhost:8000/api/import_directory directories:='["YOUR_DIRECTORY_FULL_PATH"]'...
## Description When attempting to access the image at https://verba.weaviate.io/img/chunk.png, a 404 (Not Found) error is returned. ## Is this a bug or a feature? - [x] Bug - [...
## Description When navigating to the "Documents" area and clicking on a specific page, such as Page 2, and subsequently selecting a document type, like "Blog", all documents disappear from...