When I use langchain’s RAG method to search local txt, some content cannot be searched
When I use langchain’s RAG method to search local txt, some content cannot be searched. Every time I change chunk_size, the content that cannot be searched will be different.The content in the file is Chinese. The TextLoader can successfully load all the content.
LangChain Chat History
I am struggling with passing context to conversational rag chain when using RunnableWithMessageHistory.