Overview
The Document Vector Database Connected System enables Large Language Models (LLMs) to answer user submitted questions based on Appian Knowledge Center Documents. By uploading documents to this connected system, users can perform semantic searches to pinpoint the most pertinent content related to their questions. The Connected System also boasts Client APIs tailored for the AI Knowledge Assistant Component. This allows the AI Knowledge Assistant Component to deliver AI generated answers to user inquiries sourced from documents stored in the database, as well as general questions.
Key Features & Functionality
Notes:
Hi can I know where the data is getting stored here and while use if azure open ai connection i not getting response
The data is being stored in an embedded database represented as an Appian Document which is created when your click "Test Connection" in the connected system. This database will store chunks of document text along with their embeddings. The user's query will bring up the top most relevant chunks from the database.Feel free to post the error you are receiving from Azure and I can try and help you debug.
Hi Julian Grunauer ,
Kindly answer the below questions:
Kindly let me know if we have correct understanding.
Thanks
Simply search for the name you gave the database in the connected system by using the Appian objects search. This will allow you to find the embedded database document and the constant pointing to that document. If you want to create a new database with new documents, simply make a new connected system and name the database something different.
Can we see where are they stored physically or the only way is to query them?
All data is being stored in a native H2 database represented as an Appian Document. Embeddings are created using OpenAI/Azure, but all embeddings/text chunks are stored within the Appian environment.