From 15e81ac12bab55c64f60125ef01d0a2b656d0005 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Sun, 7 Jun 2026 23:39:54 +0700 Subject: [PATCH] docs: fix environment variable syntax and update storage provider documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e02e899..2f31512 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ history-api/ FRONTEND_URL= - GOOGLE_AI_API_KEY + GOOGLE_AI_API_KEY= GOOGLE_AI_MODEL= GOOGLE_AI_EMBEDDING_MODEL= @@ -214,4 +214,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file - [pgvector](https://github.com/pgvector/pgvector) - Vector similarity search for PostgreSQL - [LangChain Go](https://github.com/tmc/langchaingo) - Framework for LLM applications - [Swagger UI](https://swagger.io/tools/swagger-ui/) - Interactive API documentation -- [MinIO](https://min.io/) - High performance S3 compatible object storage \ No newline at end of file +- [Rustfs](https://github.com/rustfs/rustfs) - High performance S3 compatible object storage \ No newline at end of file