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: create Weaviate Destination Connector #1781

Closed
ryannikolaidis opened this issue Oct 18, 2023 · 0 comments · Fixed by #1963
Closed

feat: create Weaviate Destination Connector #1781

ryannikolaidis opened this issue Oct 18, 2023 · 0 comments · Fixed by #1963
Assignees
Labels
enhancement New feature or request

Comments

@ryannikolaidis
Copy link
Contributor

ryannikolaidis commented Oct 18, 2023

Create a Destination Connector that writes results to Weaviate.

See [Adding Destination Connectors](https://github.com/Unstructured-IO/unstructured/blob/main/unstructured/ingest/README.md#adding-destination-data-connectors) to get started.

Make sure to include a link to this issue when submitting a PR.

Definition of Done

@ryannikolaidis ryannikolaidis added enhancement New feature or request ingest labels Oct 18, 2023
@ryannikolaidis ryannikolaidis moved this from Todo to In Progress in unstructured-ingest Oct 20, 2023
github-merge-queue bot pushed a commit that referenced this issue Dec 1, 2023
Closes #1781.
- Adds a Weaviate destination connector
- The connector receives a host for the weaviate instance and a weaviate
class name.
- Defines a weaviate schema for json elements.
- Defines the pre-processing to conform unstructured's schema to the
proposed weaviate schema.
@github-project-automation github-project-automation bot moved this from In Progress to Done in unstructured-ingest Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants