Files
WeKnora/.gitignore
wizardchen 1fb2bedd2b feat: implement chat history and retrieval settings
- Added new API endpoints for managing chat history configuration and retrieval settings, allowing tenants to enable message indexing and configure search parameters.
- Introduced new Vue components for ChatHistorySettings and RetrievalSettings, providing a user-friendly interface for managing these configurations.
- Updated localization files to include new settings descriptions and labels in multiple languages.
- Enhanced the KnowledgeSearch view to support searching across both knowledge bases and chat history, improving the overall search functionality.

These changes significantly enhance the application's capabilities in managing and retrieving chat history, contributing to a more robust user experience.
2026-03-09 11:46:56 +08:00

44 lines
466 B
Plaintext

# 忽略所有隐藏文件和目录
.*
# 但不忽略示例文件
!.env.example
!.gitignore
# 敏感文件
*.pem
*_key
*_secret
*.key
*.crt
# IDE和编辑器文件
*.swp
*.swo
# 构建和依赖文件
node_modules/
/dist/
/build/
*.log
# 临时文件
tmp/
temp/
logs/
*.pid
WeKnora
WeKnora-lite
/models/
test/data/mswag.txt
data/files/
data/weknora.db
data/weknora.db-wal
data/weknora.db-shm
web/
**/__pycache__
/scripts/scale_dev_jobs.sh
server
frontend/.vite