Skip to content

Commit

Permalink
Add links to related docs in guides outros
Browse files Browse the repository at this point in the history
  • Loading branch information
deepbuzin committed Feb 21, 2025
1 parent a0f822c commit 1e876cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
10 changes: 6 additions & 4 deletions docs/intro/guides/ai_edgeql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,12 @@ You are now sufficiently equipped to use |Gel| AI in your applications.
If you'd like to build something on your own, make sure to check out the
:ref:`Reference manual <ref_ai_extai_reference>` in order to learn the details
about using different APIs and models, configuring prompts or using the UI.
Make sure to also check out the |Gel| AI bindings in Python and JavaScript if
those languages are relevant to you.
Make sure to also check out the |Gel| AI bindings in :ref:`Python
<ref_ai_python_reference>` and :ref:`JavaScript <ref_ai_javascript_reference>`
if those languages are relevant to you.
And if you would like more guidance for how |Gel| AI can be fit into an
application, take a look at the FastAPI Gel AI Tutorial, where we're building a
search bot using features you learned about above.
application, take a look at the :ref:`FastAPI Gel AI Tutorial
<ref_guide_fastapi_gelai_searchbot>`, where we're building a search bot using
features you learned about above.
11 changes: 7 additions & 4 deletions docs/intro/guides/ai_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,14 @@ Keep going!
You are now sufficiently equipped to use |Gel| AI in your applications.
If you'd like to build something on your own, make sure to check out the
:ref:`Reference manual <ref_ai_extai_reference>` in order to learn the details
about using different APIs and models, configuring prompts or using the UI.
:ref:`Reference manual <ref_ai_extai_reference>` for the AI extension in order
to learn the details about using different APIs and models, configuring prompts
or using the UI. Make sure to take a look at the :ref:`Python binding reference
<ref_ai_python_reference>`, too.
And if you would like more guidance for how |Gel| AI can be fit into an
application, take a look at the FastAPI Gel AI Tutorial, where we're building a
search bot using features you learned about above.
application, take a look at the :ref:`FastAPI Gel AI Tutorial
<ref_guide_fastapi_gelai_searchbot>`, where we're building a search bot using
features you learned about above.

0 comments on commit 1e876cb

Please sign in to comment.