-
Notifications
You must be signed in to change notification settings - Fork 8
DOC-797 | Natural language to AQL service (txt2aql / AQLizer) #794
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
Conversation
|
Deploy Preview Available Via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for rasing this PR @nerpaula, I have added a few comments for consideration.
site/content/3.12/data-science/graphrag/services/natural-language-to-aql.md
Outdated
Show resolved
Hide resolved
site/content/3.12/data-science/graphrag/services/natural-language-to-aql.md
Outdated
Show resolved
Hide resolved
site/content/3.12/data-science/graphrag/services/natural-language-to-aql.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing further improvements @nerpaula. I have approved the PR and added one minor suggestion.
| These parameters must be provided in the install request sent to GenAI service. | ||
| ```bash | ||
| curl --request GET \ | ||
| --url <ExternalEndpoint>:8529/graph-rag/<serviceID>/v1/health \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…o longer needed, add aqlizer mode
Co-authored-by: maxkernbach <maximilian.kernbach@gmail.com>
Description
Natural language to AQL service (txt2aql / AQLizer) documentation.
Note
Rewrites the Natural Language to AQL docs with deployment/config steps, REST endpoints (including streaming and AQLizer), output formats, and troubleshooting while removing gRPC-specific content.
titleandmenuTitleto “Natural Language to AQL”.envparameters, provider options (OpenAI/OpenRouter/self-hosted), service status, and health checks with example curls.POST /v1/process_text: General LLM Q&A with example request/response.POST /v1/process_text_stream: Streaming responses with default mode and AQLizer mode for schema-aware AQL generation.POST /v1/translate_query: NL-to-AQL execution with multi-format outputs (NL,AQL,JSON), examples, and usage guidance.Written by Cursor Bugbot for commit cfde74f. This will update automatically on new commits. Configure here.