Q&A with the one or multiple database

Not sure if this is already in the roadmap, but one thing AI will boost productivity of the organization is the ability to use AI to answer questions from the knowledge store in the database. Currently, Fibery AI can only take context from the active entity. Is it possible to let it look at the entire database with permission from the user, to answer questions that are related to it?

3 Likes

Not currently possible, but definitely in plans.

3 Likes

In theory, the beta semantic search feature will retrieve the entity that most closely matches the question.

So to build this Fibery Q&A AI you would just need to 1) retrieve the entities that most closely match the question and then 2) give them to an LLM like GPT-4 to generate the answer.

The implementation to get an accurate and verifiable answer isn’t that easy, however.

2 Likes