promptengineers-ai / llm-server

🤖 Open-source LLM server (OpenAI, Ollama, Groq, Anthropic) with support for HTTP, Streaming, Agents, RAG
https://promptengineersai.netlify.app
32 stars 8 forks source link

Ability to list and select VectorStores in new conversations #135

Open ryaneggz opened 4 months ago

ryaneggz commented 4 months ago

Currently support "Duplicating" a chat which allows for utilizing the existing vector db index. Currently do not show that it is selected in interface or allow for naming the index. We want to fix this to make rag more flexible in the application as well allow the user to understand which is currently in scope for the conversation.