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 opensearch source and destination connector #2349

Merged
merged 35 commits into from
Jan 17, 2024

Conversation

potter-potter
Copy link
Contributor

Adds OpenSearch as a source and destination.

Since OpenSearch is a fork of Elasticsearch, these connectors rely heavily on inheriting the Elasticsearch connectors whenever possible.

  • Adds OpenSearch source connector to be able to ingest documents from OpenSearch.
  • Adds OpenSearch destination connector to be able to ingest documents from any supported source, embed them and write the embeddings / documents into OpenSearch.
  • Defines an example unstructured elements schema for users to be able to setup their unstructured OpenSearch indexes easily.

CHANGELOG.md Outdated
@@ -1,4 +1,4 @@
## 0.12.1-dev7
## 0.12.1-dev9
Copy link
Contributor

Choose a reason for hiding this comment

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

jumping to 9? ...please reconcile this when you merge up

Copy link
Contributor

@ryannikolaidis ryannikolaidis left a comment

Choose a reason for hiding this comment

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

nit about version, otherwise looks good!

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.

4 participants