Commit Graph

297 Commits

Author SHA1 Message Date
Markov Andrey
a11f6db9c7 Редактировать conftest.py 2026-06-30 10:34:12 +00:00
Markov Andrey
1e2e18d77b Редактировать __init__.py 2026-06-30 10:33:52 +00:00
Markov Andrey
63900feece Update 86 files
- /rag/commands/expert.py
- /core/services/__init__.py
- /core/services/embedding_service.py
- /core/services/file_service.py
- /core/services/giga_client.py
- /core/services/kb_service.py
- /core/services/postgres_service.py
- /core/services/qdrant_service.py
- /core/services/reranker_service.py
- /core/functions/__init__.py
- /core/functions/check_consistency.py
- /core/functions/check_spelling.py
- /core/functions/critique_answer.py
- /core/functions/expand_query.py
- /core/functions/extract_metrics.py
- /core/functions/file_processor.py
- /core/functions/generate_document.py
- /core/functions/intent_classify.py
- /core/functions/rerank_context.py
- /core/functions/summarize_document.py
- /core/utils/__init__.py
- /core/utils/arg_parser.py
- /core/utils/config_loader.py
- /core/utils/layout_converter.py
- /core/utils/logger.py
- /core/utils/text_utils.py
- /core/utils/web_utils.py
- /bots/commands/__init__.py
- /bots/commands/base.py
- /bots/commands/create.py
- /core/commands/global_remove.py
- /core/commands/help.py
- /core/commands/info.py
- /core/commands/kb.py
- /core/commands/learn.py
- /core/commands/other.py
- /core/commands/registry.py
- /core/commands/stats.py
- /core/commands/template.py
- /core/handlers/__init__.py
- /core/handlers/message_handler.py
- /core/workers/__init__.py
- /core/workers/indexing_worker.py
- /core/xmpp/__init__.py
- /core/xmpp/client.py
- /bots/commands/global_remove.py
- /bots/commands/help.py
- /bots/commands/info.py
- /bots/commands/kb.py
- /bots/commands/registry.py
- /bots/commands/other.py
- /bots/commands/template.py
- /bots/commands/learn.py
- /bots/commands/stats.py
- /bots/handlers/message_handler.py
- /bots/handlers/__init__.py
- /bots/workers/__init__.py
- /bots/workers/indexing_worker.py
- /bots/xmpp/__init__.py
- /bots/xmpp/client.py
- /rag/services/qdrant_service.py
- /rag/services/giga_client.py
- /rag/services/embedding_service.py
- /rag/services/reranker_service.py
- /rag/services/__init__.py
- /rag/services/file_service.py
- /rag/services/postgres_service.py
- /rag/services/kb_service.py
- /rag/functions/check_spelling.py
- /rag/functions/__init__.py
- /rag/functions/extract_metrics.py
- /rag/functions/generate_document.py
- /rag/functions/expand_query.py
- /rag/functions/critique_answer.py
- /rag/functions/file_processor.py
- /rag/functions/check_consistency.py
- /rag/functions/summarize_document.py
- /rag/functions/rerank_context.py
- /rag/functions/intent_classify.py
- /rag/utils/__init__.py
- /rag/utils/layout_converter.py
- /rag/utils/text_utils.py
- /rag/utils/arg_parser.py
- /rag/utils/config_loader.py
- /rag/utils/logger.py
- /rag/utils/web_utils.py
2026-06-30 10:33:28 +00:00
Markov Andrey
ea0d42de9c Редактировать create.py 2026-06-30 10:28:21 +00:00
Markov Andrey
18e8daa193 Редактировать base.py 2026-06-30 10:27:58 +00:00
Markov Andrey
a11c87ce58 Редактировать __init__.py 2026-06-30 10:27:41 +00:00
Markov Andrey
3cf8dc56e4 Редактировать rag_client.py 2026-06-30 10:26:50 +00:00
Markov Andrey
07d9c3851c Add new file 2026-06-30 10:25:48 +00:00
Markov Andrey
e40552101a Add new file 2026-06-30 10:25:03 +00:00
Markov Andrey
0aa5844844 Add new file 2026-06-30 10:24:22 +00:00
Markov Andrey
0853661d04 Add new file 2026-06-30 10:23:48 +00:00
Markov Andrey
94ac9c7dce Add new file 2026-06-30 10:23:14 +00:00
Markov Andrey
77f5f9748f Add new file 2026-06-30 10:22:51 +00:00
Markov Andrey
2ab2caeb98 Add new file 2026-06-30 10:21:38 +00:00
Markov Andrey
ab20319360 Add new file 2026-06-30 10:20:59 +00:00
Markov Andrey
9214688447 Добавить новый каталог 2026-06-30 10:18:42 +00:00
Markov Andrey
e7332ad14d Добавить новый каталог 2026-06-30 10:18:31 +00:00
Markov Andrey
4b1103438d Редактировать consistency_check.txt 2026-06-30 10:17:30 +00:00
Markov Andrey
9ad464af04 Редактировать expand.txt 2026-06-30 10:17:01 +00:00
Markov Andrey
b35ff9e2ef Редактировать generate_document.txt 2026-06-30 10:14:01 +00:00
Markov Andrey
d22130efab Редактировать intent_classify.txt 2026-06-30 10:13:32 +00:00
Markov Andrey
d0b72c59e2 Редактировать bot.conf.sample 2026-06-30 10:11:52 +00:00
Markov Andrey
000eacff85 Редактировать bot.py 2026-06-30 10:10:55 +00:00
Markov Andrey
0911472630 Редактировать generate_document.txt 2026-06-30 10:05:24 +00:00
Markov Andrey
e7dda93f40 Редактировать expand.txt 2026-06-30 10:04:56 +00:00
Markov Andrey
49ae64af6e Редактировать consistency_check.txt 2026-06-30 10:04:08 +00:00
Markov Andrey
77d4bd94ba Редактировать bot.conf.sample 2026-06-30 10:03:30 +00:00
Markov Andrey
6f03c1b37a Редактировать bot.py 2026-06-30 10:02:54 +00:00
Markov Andrey
b0957bf2ec Редактировать intent_classify.txt 2026-06-30 10:02:19 +00:00
Markov Andrey
208f66187a Редактировать generate_document.txt 2026-06-30 10:01:29 +00:00
Markov Andrey
30f7ffa83f Редактировать expand.txt 2026-06-30 10:00:21 +00:00
Markov Andrey
31ea93cb70 Редактировать consistency_check.txt 2026-06-30 09:58:58 +00:00
Markov Andrey
aa14162211 Редактировать bot.conf.sample 2026-06-30 09:57:02 +00:00
Markov Andrey
83b6d06245 Редактировать bot.py 2026-06-30 09:56:14 +00:00
Markov Andrey
9a4ea10331 Редактировать bot.py 2026-06-30 09:55:13 +00:00
Markov Andrey
5edf29c78a Редактировать intent_classify.txt 2026-06-30 09:54:15 +00:00
Markov Andrey
8bc3c2a6d3 Редактировать generate_document.txt 2026-06-30 09:53:53 +00:00
Markov Andrey
e99e0724ea Редактировать expand.txt 2026-06-30 09:53:38 +00:00
Markov Andrey
c2efc5d919 Редактировать bot.conf.sample 2026-06-30 09:53:23 +00:00
Markov Andrey
28813b4c1b Редактировать consistency_check.txt 2026-06-30 09:52:45 +00:00
Markov Andrey
d3ef18fd5c Редактировать consistency_check.txt 2026-06-30 09:52:14 +00:00
Markov Andrey
d314eb09a2 Редактировать bot.conf.sample 2026-06-30 09:51:29 +00:00
Markov Andrey
1c4a8d5f07 Add new file 2026-06-30 09:50:28 +00:00
Markov Andrey
9235b5cbf0 Редактировать expert.py 2026-06-30 09:49:29 +00:00
Markov Andrey
46941ea8ed Редактировать create.py 2026-06-30 09:49:14 +00:00
Markov Andrey
9cf587014b Редактировать base.py 2026-06-30 09:48:54 +00:00
Markov Andrey
a4d0a7d752 Редактировать __init__.py 2026-06-30 09:48:26 +00:00
Markov Andrey
cdbcf33806 Редактировать rag_server.py 2026-06-30 09:47:37 +00:00
Markov Andrey
03008310af Редактировать rag_orchestrator.py 2026-06-30 09:47:19 +00:00
Markov Andrey
3ed6bbfa26 Редактировать rag_client.py 2026-06-30 09:46:53 +00:00