AI-Studio/app/MindWork AI Studio/Tools/Databases/DatabaseRole.cs
Paul Koudelka c7b42bee96
Added local RAG (#756)
Co-authored-by: Thorsten Sommer <SommerEngineering@users.noreply.github.com>
2026-09-09 18:43:37 +02:00

7 lines
100 B
C#

namespace AIStudio.Tools.Databases;
public enum DatabaseRole
{
VECTOR_STORE,
INDEX_STORE,
}