rag-backend/RAG.slnx
向宁 5b67551fee feat: add notification center, Obsidian integration, RAG retrieval service and SignalR
- Add Notification entity, SignalR hub and NotificationDispatcher
- Add Obsidian document endpoints and document extractors
- Add RagRetrievalService with chunking/retrieval config
- Add ProcessKnowledgeBase and UpdateKnowledgeBase endpoints
- Add EF migrations for RAG enhancements, chunking modes and notification center
- Add unit/integration tests project
2026-06-14 15:01:07 +08:00

12 lines
421 B
Plaintext

<Solution>
<Folder Name="/src/">
<Project Path="src/RAG.Api/RAG.Api.csproj" />
<Project Path="src/RAG.Application/RAG.Application.csproj" />
<Project Path="src/RAG.Domain/RAG.Domain.csproj" />
<Project Path="src/RAG.Infrastructure/RAG.Infrastructure.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/RAG.Application.Tests/RAG.Application.Tests.csproj" />
</Folder>
</Solution>