cs0lar

Results 10 comments of cs0lar

@dev2049 which do you mean, this one: `tests/integration_tests/vectorstores/test_weaviate.py` ? this integration test also add cassettes files

@dev2049 hmm... good spot! that doesn't look right. I'll check it out.

fixed! The cassette was picking up the weaviate initialisation in the docker container, so after making sure the container was up and the weaviate instance had processed some jobs I...

@diego-escobedo @hsm207 the weaviate client repo has just merged a [config dataclass PR](https://github.com/weaviate/weaviate-python-client/pull/302) which I am happy to add support for here if there are no objections.

I have noticed that the latest commands list in commands.py no longer supports the memory-related command (`memory_del`, `memory_ovr`). In this pull request I have removed the associated handlers (delete_memory and...

I have now merged the memory strategy from the master branch and added weaviate to the supported providers. I have also added tests for the weaviate integration.

@nponeccop - applied all requests.

@hsm207 Thanks for spotting that. I have added weaviate embedded support now. Please check it out.

@bobvanluijt it would be great to know what's holding merging this branch (apart from the latest conflicts). If this functionality is not part of the plan it would be great...