Closed wwjCMP closed 6 months ago
[GENERAL] PORT = 3011 # Port to run the server on SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
services: searxng: build: context: . dockerfile: searxng.dockerfile expose:
perplexica-network
perplexica-backend: build: context: . dockerfile: backend.dockerfile args:
perplexica-network
perplexica-frontend: build: context: . dockerfile: app.dockerfile args:
networks: perplexica-network:
You need to rebuild the images, making sure the previous ones are deleted
Don't edit the internal port, make it 3010:3000
Don't edit the internal port, make it 3010:3000
After the modification, I can load the chat model, but I cannot load the embedding model.
Open up the application tab (from the developer menu) and delete everything from the localStorage. The issue will be resolved. After doing that perform a hard refresh CTRL+SHIFT+R
I want to change their ports to 3010 and 3011 respectively, how should I do it? I have made changes to the corresponding parts of the docker-compose.yaml and config.toml files, but the web page still cannot be opened correctly.