Open paolo-tamagnini-tr opened 6 days ago
Hi @paolo-tamagnini-tr have you mentioned the port on which neo4j was running in the NEO4j_URI or in frontend ? You have to mention bolt://host.docker.internal:PORTNUMBER
thanks, that worked, not sure if i missed something in the docs or whether it was not mentioned
I have another issue now, i cannot select an azure model from the dropdown:
those are the env_var i am trying at the moment
# Optional Frontend
VITE_BACKEND_API_URL="http://localhost:8000"
VITE_BLOOM_URL="https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph&featureGenAISuggestions=true&featureGenAISuggestionsInternal=true"
VITE_REACT_APP_SOURCES="local"
VITE_LLM_MODELS="azure_ai_gpt_35,azure_ai_gpt_4o" # ",ollama_llama3"
VITE_ENV="DEV"
VITE_TIME_PER_PAGE=50
VITE_CHUNK_SIZE=5242880
VITE_GOOGLE_CLIENT_ID=""
VITE_CHAT_MODES=""
VITE_BATCH_SIZE=2
LLM_MODEL_CONFIG_azure_ai_gpt_35="gpt-xxxxx,xxxx,xxxxxx,xxxxx"
LLM_MODEL_CONFIG_azure_ai_gpt_4o="gpt-xxxxx,xxxx,xxxxxx,xxxxx"
LLM_MODELS="azure_ai_gpt_35,azure_ai_gpt_4o"
can you spot anything that i am missing?
There is nothing wrong in the env We have changed the way of configuring the models you just need to put VITE_ENV="DEV" to try out all models please take the latest pull of main and refer to the readme for configuration
the problem was not VITE_ENV
but VITE_LLM_MODELS_PROD
.
works now, thanks
Glad That It worked we changed readme for better clarity
Hi there, I read here that
is this up to date?
the readme states instead:
so which is it?
I tried the first one but i cannot get it to connect
neo4j desktop:
neo4j builder:
the root
.env
i edited before the docker command