Skip to content

Conversation

caseyclements
Copy link
Collaborator

This is just a draft PR, for testing and discussion.

def from_texts(
cls,
texts: List[str],
embedding: Embeddings = VoyageAIEmbeddings(model="voyage-3-large"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not needed since the search index is handling this

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is a red herring. I added from_texts as it is abstractmethod. I wasn't using it for the test. embedding is a required argument to the base VectorStore's constructors.

…and standrd test suite passes. Added #TODO to fold AutoEmbeddingVectorStore into core one.
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