LangChain RAG issues with VectorStore & OpenAI LLM

Hey @Rotem_Kama , thanks for posting and welcome to the forums!

Can you share your index definition and a sample document? (fake or dummy data is fine)

Also, by setting k = 1 you should only be getting 1 result back, I think the post filter pipeline of limit = 5 is redundant in this case?