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

feat:docs adapted #7

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/modules/general/pages/ai_support.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
= Installation Instructions for Local Developer AI support
:idprefix:
:idseparator: -
:description: A description for setting up a locally running AI for support developer on coding.

[#installation-ai-locally]
== Installation AI locally (Ollama)

You can set up ollama either through installation or using a Docker image.


[#install-on-localhost]
=== Install on local host
This installation option has the advantage of out of the box gpu support.
Currently windows has only a preview version available.
Expand All @@ -18,6 +22,7 @@ Configure your ollama to run the desired large language model
ollama run mistral
----

[#run-ollama-with-docker]
=== Run ollama with Docker
If docker is already setup this option is propably the fastest setup, but might require some additional steps for gpu support setup.

Expand All @@ -34,6 +39,7 @@ docker exec -it ollama ollama run mistral



[#install-continue-dev]
== Install continue.dev

Use https://continue.dev/docs/quickstart to install it on your ide.
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/general/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
= General

:idprefix:
:idseparator: -

This guide brings together the collective knowledge of the Onecx community
around best practices for creating Onecx software products.

[#ai]
== AI

* xref:ai_support.adoc[Installation Instructions for Local Developer AI support]