Find answers from the community

Updated 9 months ago

@WhiteFang_Jr @Logan M any good ways to

@WhiteFang_Jr @Logan M any good ways to create embeddings for the dataframe without using openai?
Attachment
Screenshot_2024-03-19_at_10.54.42_AM.png
W
a
3 comments
Is Settings.embed_model=YOUR_CHOICE_OF_EMBED_MODEL not working?
Works good on multiple pdfs, but not sure how implementation will be on dataframes
You can create documents based of your Dataframe manually or you can use CSV reader to help you create the documents itself.
https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-file/llama_index/readers/file/paged_csv


Not sure if I'm answering in the correct direction . If not can you please explain more on what do you mean by "how implementation will be on dataframes"
Add a reply
Sign up and join the conversation on Discord