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:
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.
Can I know where the embedded database is there is it like appian cloud db instance or just representing a vector DB like pinecone ,can we physically see that? As it is the main concern to build private Ai. Thank you.
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.
This is set by the developer. The username refers to the Admin developer's Appian username and the database username/password are set so that only that user has access to the database.
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 can I know where the data is getting stored here and while use if azure open ai connection i not getting response
How to get DB, DB name, username and password ?
Good Day Team,
What is this table about ? is it Appian Cloud database or it's something with Azure vector database ?
Thank you.
Cheers,
Kalai.