JaguarDB
JaguarDB
@bilgeyucel Thanks so much for the suggested changes which are really helpful. We made changes on file jaguar-document-store.md and added JaguarEmbeddingRetriever in the file retriever.py in the https://github.com/fserv/haystack-integrations, directory /src/jaguar_haystack/document_stores....
@bilgeyucel Thanks for all the pointers and suggestions! All needed changes are made and pushed. The default "all-mpnet-base-v2" embedding model has dimension of 768, which may have caused the js['data']...
Hi @bilgeyucel Sorry. The package is now updated. You can try "pip install -U jaguar-haystack" to get the latest package. Thanks!
hi @bilgeyucel most likely one of pyai_server, or netmap_server, or fwww server process is not running properly. You can try: 1. docker exec -it jaguardb_with_http /bin/bash 2. ps aux|grep netmap...
hi @bilgeyucel We did some debugging and found out our documentation missed the document_store.login("demouser") and document_store.create() steps. Sorry for this error. The server startup messages are just for reporting purposes...