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

Refactor VectaraVectorStoreComponent to handle embedding input and add documents to vector store #2289

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

vasconceloscezar
Copy link
Collaborator

This pull request refactors the VectaraVectorStoreComponent to handle embedding input and add documents to the vector store. It updates the build_vector_store method to build the Vectara object and adds the _add_documents_to_vector_store method to add documents to the vector store. The search_documents method is also updated to use the build_vector_store method and provide a status message.

Copy link

vercel bot commented Jun 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 0:59am

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 24, 2024
Copy link

render bot commented Jun 24, 2024

Copy link

vercel bot commented Jun 24, 2024

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

@ogabrielluiz ogabrielluiz merged commit d11e7c6 into dev Jun 24, 2024
4 of 12 checks passed
@ogabrielluiz ogabrielluiz deleted the fix/vectara-vectorstore branch June 24, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants