Commit 0c41cd5
committed
Refactor IngestedChunk and IngestedDocument properties to use string.Empty for initialization
- Updated IngestedChunk and IngestedDocument classes to initialize required string properties with string.Empty instead of using 'required' keyword.
- Modified PDFDirectorySource to replace TextChunker with TextSplitter for paragraph splitting.
- Updated project files to remove unnecessary comments and ensure consistent SDK declarations.
- Changed service registration methods for SQLite collections to use the new ElBruno.Connectors.SqliteVec package.
- Cleaned up code formatting and ensured proper usage of namespaces across various services.1 parent 9e62c77 commit 0c41cd5
57 files changed
Lines changed: 132 additions & 157 deletions
File tree
- prompts/agentfx-vectordata-sqlite
- samples
- AgentFx
- AgentFx-AIWebChatApp-AG-UI
- AgentFx-AIWebChatApp-AG-UI.AppHost
- AgentFx-AIWebChatApp-AG-UI.ServiceDefaults
- AgentFx-AIWebChatApp-AG-UI.Web
- Services
- Ingestion
- AgentFx-AIWebChatApp-Middleware/ChatApp20
- ChatApp20.ServiceDefaults
- ChatApp20.Web
- Services
- Ingestion
- AgentFx-AIWebChatApp-MutliAgent/ChatApp20/ChatApp20.Web
- Services
- Ingestion
- AgentFx-AIWebChatApp-Persisting
- AgentFx-AIWebChatApp-Persisting.ServiceDefaults
- AgentFx-AIWebChatApp-Persisting.Web
- Services
- Ingestion
- AgentFx-AIWebChatApp-Simple/ChatApp20
- ChatApp20.ServiceDefaults
- ChatApp20.Web
- Services
- Ingestion
- AgentFx-MultiAgents-Factory-01
- AgentFx-Persisting-01-Simple
- AppsWithGenAI
- ConsoleGpuViewer
- HFMCP.GenImage
- HFMCP.GenImage.ApiService
- HFMCP.GenImage.ServiceDefaults
- CoreSamples
- MCP-02-HuggingFace-Ollama
- RAGSimple-02MEAIVectorsMemory
- RAGSimple-03MEAIVectorsAISearch
- RAGSimple-04MEAIVectorsQdrant
- VideoGeneration-AzureSoraSDK-02
- Vision-01MEAI-GitHubModels
- PracticalSamples/src
- McpSample.AppHost
- McpSample.ServiceDefaults
- deprecated
- AIFoundryLocal-01-SK-Chat
- AIToolkit-01-SK-Chat
- BasicChat-02SK
- BasicChat-04OllamaSK
- DockerModels-01-SK-Chat
- OpenAI-FileProcessing-Pdf-01
- RAGSimple-01SK
- RAGSimple-10SKOllama
- RAGSimple-15Ollama-DeepSeekR1
- ReasoningLabs-01-SK
- SKFunctions01
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments