bakongi

Results 8 issues of bakongi

It shouldl be very useful for the community to see integration of XbimXplorer with bimserver (https://github.com/opensourceBIM/BIMserver) may be xBimTeam will add this to their roadmap...

question

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

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 all! Here an instruction how to integrate Groq API with Verba. Obtain API from [](https://console.groq.com/login) 1. `pip install groq` 2. Create "GroqGenerator.py" at goldenverba/components/generation folder. Paste this code: ```...

enhancement

Hi everyone. As you know some latest Anthropic's Claude models is better and chaeper than OpenaAI models. So I create a new generator file to use Anthropic's models. and made...

enhancement

Hi everyone: To use Groq, just add in **models.py**: ``` url = 'https://api.groq.com/openai/v1/chat/completions' groq = dict(type=GPTAPI, model_type='gemma2-9b-it', key=os.environ.get('GROQ_API_KEY', 'YOUR GROQ API KEY'), openai_api_base=url, temperature=0, max_new_tokens=4096, repetition_penalty=1.02 ) ```

enhancement

Hi, some CSS improvements for mobile screens [index.module.less.zip](https://github.com/user-attachments/files/16494325/index.module.less.zip)