edgedb-ui
edgedb-ui copied to clipboard
The home of EdgeDB UI and all related shared UI components
The AI tab would benefit from having an embedding vector visualization. That is, whenever the user enables the AI extension and [sets up a vector index](https://docs.edgedb.com/ai#usage), we could plot the...
At the moment, whenever the user clicks on an extension tab when that extension is not enabled in the schema, they are greeted with this concise message: This real estate...
As part of working on queries that involve `ext::ai` [capabilities](https://docs.edgedb.com/ai#run-a-semantic-similarity-query) a user would need to pass text embeddings as query parameters. A text embedding is a numeric representation of text...
I have a version property which renders correctly.  Additionally I have a constraint in place, here the `.version` is rendered wrong:  It's very confusing
To avoid running destructive queries by accident, add a way to drop modification capability (and possibly other caps) via a toggle in the REPL and Query builder views.
Would it be possible to have an option to use Tab instead of Enter, it throws me for a loop even when I know to not do it. Scott also...
The nice-to-have count query is apparently very expensive in our production instance. This doesn't seem worth running in a production environment just so that we can use Gel UI. ```...
Would have been handy here with full table
It seem We can't even view the value of link property in UI right now. Pls consider to add function to view and modify the value of link property in...