10 Commits

Author SHA1 Message Date
yangdx
16c9a81f4c feat: support config.ini for PostgreSQL vector index settings
- Add support for reading vector_index_type, hnsw_m, hnsw_ef, and ivfflat_lists from config.ini
- Maintain backward compatibility with environment variables
- Update config.ini.example with new PostgreSQL vector index options
- Follow existing configuration priority: env vars > config.ini > defaults
2025-08-08 02:55:49 +08:00
yangdx
f4ef254de2 fix(neo4j): enhance connection lifecycle management to prevent timeout errors
- Add max_connection_lifetime, liveness_check_timeout, keep_alive parameters
- Extend retry mechanisms for connection reset scenarios
- Update config examples with new Neo4j connection options
- Resolves ClientTimeoutException during data insertion operations
2025-08-08 01:07:45 +08:00
DavIvek
ff1927d362 add Memgraph graph storage backend 2025-06-26 16:15:56 +02:00
yangdx
c0f9e78949 Fix linting 2025-05-09 14:17:11 +08:00
Arjun Rao
f2c522ce7a Allow max_connections to be configured in postgres 2025-05-08 11:00:56 +10:00
yangdx
013be621d5 Remove TiDB storage implementaion 2025-04-02 14:40:27 +08:00
yangdx
1e31b26cbe Remove Oracle storage implementation 2025-04-01 18:15:29 +08:00
ArnoChen
637e7efa83 add the missing MongoDocStatusStorage 2025-02-14 02:49:00 +08:00
yangdx
cddde8053d Add configuration examples for Oracle, TiDB, PostgreSQL and storage backends 2025-02-11 06:31:59 +08:00
ArnoChen
a55b3263f1 move config.ini.example to root directory 2025-02-10 01:30:55 +08:00