Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add weaviate adapter #8

Merged
merged 15 commits into from
Jul 7, 2023
Merged

feat: add weaviate adapter #8

merged 15 commits into from
Jul 7, 2023

Conversation

TimPietrusky
Copy link
Member

@TimPietrusky TimPietrusky commented Jun 17, 2023

Motivation

We want to be able to save data into a vector store. Using Weaviate is the logical choice, as it is open source, can run on own servers or via Weaviate Cloud Services. They also allow multiple ways to interact with the data and according to the docs, we can store millions of objects in Weaviate without a degradation in speed.

ToDo

  • Search for a string, not only return all objects of a specific class

@TimPietrusky
Copy link
Member Author

TimPietrusky commented Jun 17, 2023

@pixelass Wouldn't it make sense to receive the credentials also via env-variables? Or is this something that we don't worry here, as this is something that the user has to implement if they want?

EDIT: I updated the example to use env-variables.

@TimPietrusky
Copy link
Member Author

@pixelass added functionality to actually search by filter for search.

You can also get objects by className with searchObjects.

@TimPietrusky
Copy link
Member Author

I updated the docs to improve some texts and removed a broken link.

@pixelass pixelass merged commit 6fd10a0 into main Jul 7, 2023
@pixelass pixelass deleted the feat-weaviate-adapter branch July 7, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants