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

## Description Will there be any plans to support GraphRAG approach within Verba? ## Is this a bug or a feature? - [ ] Feature ## Additional context https://www.microsoft.com/en-us/research/project/graphrag/ https://www.youtube.com/watch?v=r09tJfON6kE

enhancement

## Description When I try to upload a json file, it shows the message 'Embedding completed with 1 Documents and 0 chunks in 0.0s ## Is this a bug or...

enhancement

## Description I am a new beginner ,and when follow then instruction to add paramter in .env for ollama, ![image](https://github.com/weaviate/Verba/assets/61832070/7f1467b7-f44f-4559-bc35-8dd6d54d82f7) and using verba start, but when I check the UI,...

installation

## Description Post following instruction ran into following issue, where the ui just ends up with loading icon. ## Is this a bug or a feature? - [x] Bug -...

installation

Hi everyone. This is working sample how to add BAAI/bge-m3 embedder to Verba. 1. Create copy of MiniLMEmbedder.py file and rename it to "BGEM3Embedder.py" in goldenverba/components/embedding 2. Make changes in...

enhancement

Hi Guys, I am trying to import a .pdf which has the size of 7.7MB. I've tried using the different settings but have been unable to import. I'm currently using...

investigating

Error: ``` ✘ WebSocket Error: type object 'GeneratePayload' has no attribute 'model_validate_json' ERROR: Exception in ASGI application Traceback (most recent call last): File "/output/Verba/goldenverba/server/api.py", line 597, in websocket_generate_stream payload =...

investigating

![image](https://github.com/weaviate/Verba/assets/111034762/bdcd8736-d8d9-4a26-ae3f-71633fcdd408) ![image](https://github.com/weaviate/Verba/assets/111034762/dc115513-f90e-4d90-9abc-134f3d85b541) ![image](https://github.com/weaviate/Verba/assets/111034762/32992be6-87ee-4c76-ad69-82f9daea741b) ![image](https://github.com/weaviate/Verba/assets/111034762/b1f9ede1-0e97-4c4e-a15d-7eebaadf738a) Heya, verba used to be fine but now after ingesting some documentation, asking one question, on the next keystroke, I get this behavior. I tried to...

investigating

I created a separate repo so I can use a public docker image here in the helm charts: https://github.com/substratusai/verba-docker However, ideally Verba publishes an official container image and tags it...

enhancement

Adds support for reading documents from GitLab. Similar to the current GithubReader