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

Add vector database sink config validation and documentation #583

Merged
merged 7 commits into from
Oct 16, 2023

Conversation

nicoloboschi
Copy link
Member

Vector databases configuration were not validated and documented because it's per datasource' service
Changes:

  • Added doc for each implementation

Copy link
Member

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

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

Very good.
I left a comment to the name of the new classes, they should match the existing base interface for Writers


@Data
@AgentConfig(
name = "Solr",
Copy link
Member

Choose a reason for hiding this comment

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

Apache Solr

Writes data to Solr service.
The collection-name is configured at datasource level.
""")
public class SolrVectorDatabaseSinkConfig
Copy link
Member

Choose a reason for hiding this comment

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

The maim class is not VectorDatabaseSink.
I would change here and everywhere to VectorDatabaseWriter (or something like that)

@nicoloboschi nicoloboschi merged commit 1d99da8 into main Oct 16, 2023
9 checks passed
@nicoloboschi nicoloboschi deleted the vector-db-doc branch October 16, 2023 14:23
benfrank241 pushed a commit to vectorize-io/langstream that referenced this pull request May 2, 2024
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.

None yet

2 participants