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

Support more collection settings when creating a new WeaviateDocumentStore #260

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

silvanocerza
Copy link
Contributor

This PR adds support for more collection settings when creating a new WeaviateDocumentStore.

It also adds a docker-compose.yml to start a Weaviate instance for testing purposes.
The document_store fixture also is added but not used as of now.

@silvanocerza silvanocerza self-assigned this Jan 24, 2024
@silvanocerza silvanocerza requested a review from a team as a code owner January 24, 2024 11:33
@silvanocerza silvanocerza requested review from anakin87 and removed request for a team January 24, 2024 11:33
Copy link
Member

@anakin87 anakin87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems like a reasonable change.

I left some comments.

- blob_data: blob
- blob_mime_type: text
- score: number
See the official `Weaviate documentation<https://weaviate.io/developers/weaviate/manage-data/collections>`_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just curious about this format for links...
Is it Sphinx? Is it supported in ReadMe?
Should it be Link text <link URL>?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be handle by pydoc when converting the docstrings to Markdown.

In any case we need to standardise the docstrings sooner than later.

@anakin87 anakin87 self-requested a review January 24, 2024 14:47
@silvanocerza silvanocerza merged commit f0d4709 into main Jan 24, 2024
18 checks passed
@silvanocerza silvanocerza deleted the weaviate-collection-settings branch January 24, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants