Commit 6452464
authored
Add support for VectorDB and Document Semantic Search (#15)
### Feature
- Adds support for Milvus VectorDB Client
- Adds support to save data to VectorDB
- Adds support to bookmark a web page into VectorDB
- Converts the webpage to markdown
- Create a vector embedding using embedding models (IBM Granite Embedding, OpenAI Embedding)
- Saves the vector embedding, origin markdown page and web page attributes to VectorDB
- Adds Document Semantic Search Tool
- Ability to fetch the bookmarked web pages data from VectorDB based on similarity query
- Ability for AI Agent to consume the documents ranked by similarity for future operations
- Add groq and open router LLM providers
- Add prompt enhancements1 parent 50892cf commit 6452464
File tree
24 files changed
+4042
-275
lines changed- config/gni
- front_end/panels/ai_chat
- LLM
- agent_framework
- implementation
- core
- evaluation/framework/judges
- tools
- ui
24 files changed
+4042
-275
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| 628 | + | |
| 629 | + | |
628 | 630 | | |
629 | 631 | | |
630 | 632 | | |
| |||
636 | 638 | | |
637 | 639 | | |
638 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
639 | 644 | | |
640 | 645 | | |
641 | 646 | | |
| |||
665 | 670 | | |
666 | 671 | | |
667 | 672 | | |
668 | | - | |
669 | 673 | | |
670 | 674 | | |
671 | 675 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
| 135 | + | |
| 136 | + | |
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
| |||
138 | 145 | | |
139 | 146 | | |
140 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
141 | 151 | | |
142 | 152 | | |
143 | 153 | | |
| |||
0 commit comments