mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-29 04:59:26 +02:00
Compare commits
No commits in common. "main" and "v1.30.3" have entirely different histories.
4
FAQ.md
4
FAQ.md
|
|
@ -59,10 +59,6 @@ All of NOMAD's containers are prefixed with `nomad_` in their names, so they can
|
||||||
|
|
||||||
See [What technologies is NOMAD built with?](#what-technologies-is-nomad-built-with)
|
See [What technologies is NOMAD built with?](#what-technologies-is-nomad-built-with)
|
||||||
|
|
||||||
## Can I use any AI models?
|
|
||||||
NOMAD by default uses Ollama inside of a docker container to run LLM Models for the AI Assistant. So if you find a model on HuggingFace for example, you won't be able to use that model in NOMAD. The list of available models in the AI Assistant settings (/settings/models) may not show all of the models you are looking for. If you found a model from https://ollama.com/search that you'd like to try and its not in the settings page, you can use a curl command to download the model.
|
|
||||||
`curl -X POST -H "Content-Type: application/json" -d '{"model":"MODEL_NAME_HERE"}' http://localhost:8080/api/ollama/models` replacing MODEL_NAME_HERE with the model name from whats in the ollama website.
|
|
||||||
|
|
||||||
## Do I have to install the AI features in NOMAD?
|
## Do I have to install the AI features in NOMAD?
|
||||||
|
|
||||||
No, the AI features in NOMAD (Ollama, Qdrant, custom RAG pipeline, etc.) are all optional and not required to use the core functionality of NOMAD.
|
No, the AI features in NOMAD (Ollama, Qdrant, custom RAG pipeline, etc.) are all optional and not required to use the core functionality of NOMAD.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
## Version 1.30.3 - March 25, 2026
|
## Unreleased
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user