Replies: 1 comment
|
Related to a wrapping library above Faiss. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
I'm trying to embed a CSV file and implement a search function using FAISS. The CSV file loads correctly, but there's an issue where only part of the CSV is being embedded.
csv fileI'm embedding documents and asking questions as shown below, but it seems like the CSV file is being embedded incorrectly.
codeQuestionReturnBased on the results, the CSV Loader is loading the file correctly. However, when I ask the chain for the entire data, it only returns 4 records. Am I missing something?
All reactions