jinli.yl
|
ab4dbd6220
|
fix(embedding): disable dimensions parameter by default
|
2026-03-03 10:50:56 +08:00 |
|
jinli.yl
|
11a42d02c1
|
feat(embedding): add conditional dimensions parameter support for OpenAI embeddings
|
2026-03-02 19:27:29 +08:00 |
|
caozouying.czy
|
bb0d0ee248
|
Merge branch 'main' into dev_0227
|
2026-02-27 14:06:11 +08:00 |
|
jinli.yl
|
e8d7c56739
|
feat(file_store): make embedding_model optional in base file store
|
2026-02-26 21:28:45 +08:00 |
|
jinli.yl
|
d17ac08340
|
refactor(schema): remove default name field from service config
|
2026-02-26 20:21:43 +08:00 |
|
jinli.yl
|
23f7c51a1a
|
refactor(core): restructure application initialization and service context
|
2026-02-26 17:56:59 +08:00 |
|
jinli.yl
|
6efecf1a3e
|
refactor(memory): rename fs components to fb and reorganize modules
|
2026-02-26 16:47:04 +08:00 |
|
jinli.yl
|
ed133ffc30
|
refactor(core): restructure module organization and enhance error handling
|
2026-02-26 15:34:36 +08:00 |
|
jinli.yl
|
64b497e330
|
refactor(core): replace memory stores with file stores and update architecture
|
2026-02-26 14:18:12 +08:00 |
|
caozouying.czy
|
8baefb88df
|
merge origin/main
|
2026-02-26 12:33:41 +08:00 |
|
jinli.yl
|
40eddf442a
|
refactor(memory_store): simplify list comprehension expressions
|
2026-02-25 23:39:58 +08:00 |
|
jinli.yl
|
bb0c2df97d
|
refactor(memory): replace internal ChunkRecord with MemoryChunk model
|
2026-02-25 23:20:24 +08:00 |
|
jinli.yl
|
8f80cd17c1
|
perf(core): optimize memory store similarity search performance
|
2026-02-25 18:27:05 +08:00 |
|
caozouying.czy
|
4bb260ddad
|
add safe_metadata in memory_node.py
|
2026-02-25 12:05:28 +08:00 |
|
jinli.yl
|
b1160d3b8e
|
fix(embedding): add list type check for embeddings in cache loading
|
2026-02-24 20:50:11 +08:00 |
|
jinli.yl
|
f970d5e778
|
feat(filewatcher): add logging for files added to memory store during scan on start
|
2026-02-24 20:38:38 +08:00 |
|
jinli.yl
|
e9757bccf6
|
refactor(core): restructure application initialization and component management
|
2026-02-24 19:45:47 +08:00 |
|
jinli.yl
|
3408e8dcf1
|
feat(core): add methods to update default LLM and embedding model names
|
2026-02-20 01:04:04 +08:00 |
|
jinli.yl
|
48b1136707
|
refactor(memory_store): remove async executor for file operations and add metadata caching
|
2026-02-20 00:29:38 +08:00 |
|
jinli.yl
|
1cd957c14f
|
feat(memory_store): add pure-python local memory store implementation
|
2026-02-19 23:58:54 +08:00 |
|
jinli.yl
|
a753a81852
|
feat(core): upgrade version to 0.3.0.0b1 and add metadata configuration
|
2026-02-15 18:29:46 +08:00 |
|
jinli.yl
|
a8604af78f
|
feat(cli): enable vector search and improve chat history management
|
2026-02-15 13:29:46 +08:00 |
|
jinli.yl
|
cdda48aab4
|
feat(core): add async code execution and improve execution utilities
|
2026-02-14 21:27:04 +08:00 |
|
jinli.yl
|
41876bdbfb
|
refactor(core): implement lazy initialization for OpenAI clients
|
2026-02-13 10:58:52 +08:00 |
|
jinli.yl
|
769be6f968
|
fix(logger): replace colons with dashes in log filenames for Windows compatibility
|
2026-02-13 10:30:57 +08:00 |
|
jinli.yl
|
99b26c1fdc
|
feat(context): reinitialize thread pool and Ray when starting service context
|
2026-02-12 21:02:05 +08:00 |
|
jinli.yl
|
52d21392f2
|
feat(store): add ChromaDB memory store implementation with hybrid search
|
2026-02-12 20:34:50 +08:00 |
|
jinli.yl
|
4b414b18de
|
feat(application): add parameters to update_api_envs method
|
2026-02-12 16:20:54 +08:00 |
|
jinli.yl
|
35befd7bec
|
feat(core): update API configuration handling with environment variable support
|
2026-02-12 16:11:09 +08:00 |
|
jinli.yl
|
eae6c63d15
|
feat(cli): add ReMeCli class with interactive chat functionality
|
2026-02-11 17:23:15 +08:00 |
|
jinli.yl
|
679fafee1f
|
chore(version): bump version to 0.3.0.0a4 and add logging
|
2026-02-10 23:15:30 +08:00 |
|
jinli.yl
|
dfb402039c
|
fix(memory): improve search relevance and configuration defaults
|
2026-02-10 16:24:43 +08:00 |
|
jinli.yl
|
0692023379
|
refactor(core): rename API base parameters and remove snippet character limit
|
2026-02-10 00:30:06 +08:00 |
|
jinli.yl
|
5dfcda8575
|
feat(llm): make model_name optional in simple_request methods
|
2026-02-09 16:13:51 +08:00 |
|
jinli.yl
|
e47256269e
|
fix(core): update version and simplify validation error message
|
2026-02-09 16:05:10 +08:00 |
|
jinli.yl
|
73ef8afb51
|
fix(core): update version and simplify validation error message
|
2026-02-09 11:31:37 +08:00 |
|
jinli.yl
|
a1ea1f24b9
|
feat(memory_store): add input validation for store_name to prevent SQL injection
|
2026-02-09 11:29:46 +08:00 |
|
jinli.yl
|
82337ead33
|
feat(file-watcher): add file watching functionality with error handling
|
2026-02-08 21:37:55 +08:00 |
|
jinli.yl
|
0c23a3ac66
|
feat(core): add memory storage and context checking capabilities
|
2026-02-08 19:24:53 +08:00 |
|
jinli.yl
|
1a35150648
|
feat(core): add config path parameter and enhance fs cli capabilities
|
2026-02-08 04:56:10 +08:00 |
|
jinli.yl
|
f0bc2da7b0
|
feat(chat): add FsCli chat agent with streaming capabilities
|
2026-02-08 03:05:11 +08:00 |
|
jinli.yl
|
55d61f1dc5
|
refactor(core): update registry naming and application configuration
|
2026-02-07 15:05:02 +08:00 |
|
jinli.yl
|
de28c8e243
|
refactor(core): rename memory_storage to memory_store and add base fs tool
|
2026-02-07 03:37:12 +08:00 |
|
jinli.yl
|
c8bbb54de1
|
feat(utils): add cosine similarity functions and integrate into vector operations
|
2026-02-06 17:45:59 +08:00 |
|
jinli.yl
|
bc5e87db5f
|
refactor(vector_store): simplify search method signature and remove threshold parameter
|
2026-02-06 16:53:57 +08:00 |
|
jinli.yl
|
02d5154e1c
|
style(logo_utils): center align logo display in console output
|
2026-02-06 16:00:37 +08:00 |
|
jinli.yl
|
6e880c5d7e
|
refactor(config): rename FileWatchConfig to FileWatcherConfig
|
2026-02-06 15:56:00 +08:00 |
|
jinli.yl
|
b0b800fbd8
|
feat(vector-store): add threshold-based filtering to vector search
|
2026-02-06 15:52:09 +08:00 |
|
jinli.yl
|
9e50e71b52
|
feat(core): add memory store and file watcher support to application
|
2026-02-06 15:35:09 +08:00 |
|
jinli.yl
|
1dd81f9c25
|
refactor(core): update config parsing and memory management system
|
2026-02-06 15:02:41 +08:00 |
|