microsoft / promptflow

Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
https://microsoft.github.io/promptflow/
MIT License
9.55k stars 871 forks source link

"I'm developing a RAG (Retrieval-Augmented Generation) system using PromptFlow, where I embed context. If the user continues discussing the same topic, I want to eliminate the embeddings." but in my case it embedding every time when user given a prompt #3854

Open Sairajud2001 opened 1 week ago

Sairajud2001 commented 1 week ago

"I'm developing a RAG (Retrieval-Augmented Generation) system using PromptFlow, where I embed context. If the user continues discussing the same topic, I want to eliminate the embeddings." but in my case it embedding every time when user given a prompt

Originally posted by @Sairajud2001 in https://github.com/microsoft/promptflow/discussions/3853