RAG + PandasAI methods request #905
Unanswered
Tu-Zhenzhao
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@Tu-Zhenzhao Do you get any solution or workaround for this? I also want to implement RAG with PandasAI, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check out: https://docs.pandas-ai.com/train However PandasAI doesn't properly support RAG, it only uses RAG for in-context learning. So it's not meant to handle large documents etc, but rather specific instructions or question-answer pairs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have prepare the RAG system that ready to do any vector search and retrieve, but I want work it with PandasAI to make the prompt more accrete and help PandasAI to generate better code result. Is any method like pipeline in Langchain that allow us to connect personal RAG with PandasAI?
Beta Was this translation helpful? Give feedback.
All reactions