Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search interface(s) #31

Open
fsgeek opened this issue Jan 21, 2024 · 1 comment
Open

Add search interface(s) #31

fsgeek opened this issue Jan 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fsgeek
Copy link
Contributor

fsgeek commented Jan 21, 2024

Now that we have data indexed, we need to build a search interface. My original model had been to use the mechanism shown in the ChatGPT for Genetics approach, but I am not wedded to this idea and I've since seen suggestions of other approaches. Using knowledge graphs with LLMs is a hot area right now, and there seem to be quite a few ways of approaching it.

To use the ChatGPT+GraphQL approach we'd want to:

(1) build a GraphQL request router FoxGraphQL Integration
(2) build a front end interface to interact with that request router (which is what ChatGPT for Genetics does.)
(3) Start testing queries and then building additional mechanisms to support additional queries.

This is an important but challenging bit of work.

@fsgeek fsgeek added the enhancement New feature or request label Jan 21, 2024
@fsgeek fsgeek self-assigned this Jan 21, 2024
@fsgeek
Copy link
Contributor Author

fsgeek commented Jan 21, 2024

I'm not excluding other search interface possibilities here either. Some queries could likely be done using ArangoDB tools. For example, they have a search interface, see ArangoDB Search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant