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

problem with this line: search = vectordb.similarity_search(" ") #34

Open
nguaki opened this issue Dec 4, 2023 · 0 comments
Open

problem with this line: search = vectordb.similarity_search(" ") #34

nguaki opened this issue Dec 4, 2023 · 0 comments

Comments

@nguaki
Copy link

nguaki commented Dec 4, 2023

search = vectordb.similarity_search(" ")

this returns only 4 docs.

is there a way to return all documents from vectordb?

isn't this what you want since the purpose is to get a summary of a corpus which comprises of all texts?

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

No branches or pull requests

1 participant