- 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
12 lines
421 B
Plaintext
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>
|