Skip to content

Commit

Permalink
Merge pull request #7 from markuczy/feat/docs-convention-adaption
Browse files Browse the repository at this point in the history
feat: docs adapted
  • Loading branch information
markuczy authored Dec 20, 2024
2 parents d344fbc + 42ac45f commit 0c1627f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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]

0 comments on commit 0c1627f

Please sign in to comment.