Verba icon indicating copy to clipboard operation
Verba copied to clipboard

Retrieval Augmented Generation (RAG) chatbot powered by Weaviate

Results 130 Verba issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement

## Description Admin Console not working in V1.0.1 on Ubuntu machine. ## Is this a bug or a feature? - [ ] Bug - [ ] Feature ## Steps to...

investigating

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...

investigating

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...

investigating

## 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...

investigating

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 - [...

bug
frontend

## 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...

enhancement
frontend