Verba icon indicating copy to clipboard operation
Verba copied to clipboard

Retrieval Augmented Generation (RAG) chatbot powered by Weaviate

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

Following this issue : https://github.com/weaviate/Verba/issues/140 - Add GroqGenerator class, taking inspiration from CohereGenerator and others (from the 2.0 release) - Update managers.py to include this new generator - Update README...

## Description When using Japanese Input Method Editor (IME), the Enter key is also used for finalizing character conversion. This conflicts with pressing the Enter key to submit a message,...

## Description interface code cannot find strip_non_letters func ,I use python 3.11 ![image](https://github.com/user-attachments/assets/3fcd589b-918b-4b28-a935-b51fd2effeb0) ## Installation - [ ] pip install goldenverba - [ ] pip install from source - [...

bug

## Description ## Installation - [x] pip install goldenverba - [ ] pip install from source - [ ] Docker installation If you installed via pip, please specify the version:...

bug

## Description I understand that Verba is very much work in progress and I wanted to create an alternate backend to the current implementation so I generated an openapi spec...

enhancement

## Description I upgraded my verba 1.0.3 install to 2.0.0 and I cannot create a local verba instance. When I click on 'Local' I get the error: `Failed to connect...

bug
documentation

## Description Trying to get Verba running in Docker. Containers are build and running without errors. When starting gui with http://ipadres_local:8000 gui hangs with browser developer tool complaining about React:...

investigating

Please see Issue [275](https://github.com/weaviate/Verba/issues/275). You can use it to create API documentation, e.g. ``` bash openapi-generator-cli generate -i openapi.json -g markdown -o ./docs ```

## Description Google AI Studio offers a way to rapid test and prototype Gemini models without the need to configure a GCP project nor setup a billing account as Vertex...

Community PR

## Description We have written a browser script to upload file batches via the GitHub Reader functionality. We managed to upload approximately 20'000 files and then encountered the following error:...

investigating