An open-source platform democratizing Generative AI Applications. Build and deploy AI-powered tools without extensive expertise. Features flexible data integration, semantic search, and LLM integration. Create sophisticated AI applications using your private knowledge bases.
When running in docker, we should be able to set the backend api endpoint (API_BASE_URL) as an environment variable. So the same docker image can be used for various deployment.
Currently the frontend will by default set the API base url to http://localhost:8080
When running in docker, we should be able to set the backend api endpoint (API_BASE_URL) as an environment variable. So the same docker image can be used for various deployment.
Currently the frontend will by default set the API base url to http://localhost:8080
Reference: https://github.com/vercel/next.js/discussions/44628