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

Hello. This merge request tells the user why embedding query has failed if there is an incorrect configuration, it show on logs on the API side. Also the problem of...

## Description Verba is awesome! Readme is cool, but I think it would be more impactful if there is a simplified video tutorial, showcasing how to set it up ##...

enhancement

## Description I am unable to retrieve many (any?) relevant chunks when attempting to chat with uploaded PDFs. I have imported about 20 PDFs, each are roughly 20 pages of...

## Description On Macos running Docker, when I try to use the BasicReader import, it won't accept a path only individual files. It looks like it should work from this:...

## Description I'm encountering an error while using Verba. When I submit a query, I receive an error message indicating that VectorFromInput was called without vectorizer. Here are the details:...

investigating

instead of using the frontend ??? thanks!

enhancement

Updated readme documentation as per the suggested change mentioned at https://github.com/weaviate/Verba/issues/251

## Description use this command "docker compose --env-file goldenverba/.env up -d --build" instead of "docker compose --env-file .env up -d" while installing using docker to get the updated version of...

documentation

## Description I am looking to configure my RAG system using Verba and only integrate chat feature as an assistant in my website. ## Is this a bug or a...

enhancement

## Description Hi, nice application :) I try to use it with local ollama & weaviate vector DB Seems to be an default communication issue, verba try to connect on...

investigating