genai-stack
genai-stack copied to clipboard
Langchain + Docker + Neo4j + Ollama
I've tried 3 times. Can I download models manually and place in a folder? Which one?
`ConnectionError: HTTPConnectionPool(host='llm', port=11434): Max retries exceeded with url: /api/generate/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) `
When i do `docker compose up` , i get the below error. 6 out of the 7 containers are running, except for the pull-model-1. ollama is running on my mac...
While trying to get GenAI stack up (docker compost up --build) I am getting the error: **genai-stack-pull-model-1 | pulling ollama model llama2 #or any Ollama model tag, gpt-4, gpt-3.5, or...
The front-end javascript app is hardcoded to `http://localhost:8504` but this does not leave room for customisation on the port number or the host (for example, at release.com we can deploy...
I get an error on the database build. The error is: genai-stack-main-database-1 | Folder /data is not accessible for user: 7474 or group 7474. This is commonly a file permissions...
I am using VSCode WSL2, Ubuntu 22.04 and Docker Engine v24.0.6 The .env file contains: LLM=mistral #or any llama2:7b Ollama model tag, gpt-4, gpt-3.5, or claudev2 EMBEDDING_MODEL=sentence_transformer #or openai, ollama,...
I just recently started exploring this project and I'm wondering if others have experienced the same issue as me: On the support bot streamlit front end, the bottom text box...
llama3:
Can we pull llama3 using this genai-stack? I was not sure, if the docker files are configured to pull llama3......Have pulled and used llama2 before.....
Using the GenAI stack from Docker and having built my Ollama on **Windows**, I tried to run the stack and I have this message ``` genai-stack-pull-model-1 | pulling ollama model...