bakongi
bakongi
At this time XbimXplorer can only open files from local or shared folders. Integration with bimserver give us versioning of IFC files for example. With this integration XbimXplorer become client-server...
I'd happy to help, but I don't know how to program, unfortunately. I would really like to learn, but to me it seems very difficult
Hi there Ok, BIMserver support several protocols to make call to its own API: SOAP and JSON. We need to implement 2 methods: **Checkin** to upload an IFC models to...
Try to comment "collection_name="langchain_store"," in query_chromadb()
> @bakongi I've done the same as you but I can't figure out where to choose this custom embedder in the frontend of Verba. Any suggestions please? How you installed...
> @bakongi I installed Verba using `pip install goldenverba` like shown in the documentation Ok. Where did you make changes? (folder path) I think you should make changes in python...
> @bakongi One more thing, the new embedding model that I added doesn't seem to be downloaded from HugginFace my guess is an api key should be configured or does...
> I see. I've installed Verba `pip install goldenverba` on a virtual environment created using python venv and it's located in the project directory. Is this correct? When you install...
> So what should I do in this case for the project to run correctly? Go to\Lib\site-packages\goldenverba and make nesessary changes in files in "components" folder and subfolder or, if...
You should create new generator file and should not use openai library. Use together python library instead. https://docs.together.ai/docs/inference-python Anyway, it doesn't work from the box. https://docs.together.ai/docs/embedding-openai-api-compatibility