Commit ff77a43
Create LlamaIndex query engine (#1311)
* Create a LlamaIndex query engine
* Create unit tests
* Fix file name
* Fix file name
* Change name
* Updated notebooks, more comments, tidy.
* Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py
Co-authored-by: Mark Sze <[email protected]>
* Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py
Co-authored-by: Mark Sze <[email protected]>
* Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py
Co-authored-by: Mark Sze <[email protected]>
* Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py
Co-authored-by: Mark Sze <[email protected]>
* Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py
Co-authored-by: Mark Sze <[email protected]>
* Notebook metadata, pre-commit fix
* Termination messages (#1336)
* Addition of termination messages
* Tests and tidy
* Tidy, remove full stop
* Correct code execution text (#1335)
* Add silent_override for suppressing overriding function messages, updated dependency injection parameter to avoid pydantic warning message (#1334)
* [Docs]: Swarm Patterns documentation (#1255)
* Hierarchical pattern
* Hierarchal updates, Star, Escalation patterns
* Feedback Loop, Pipeline, Section overview
* Context-Aware Routing and Redundant, tidy
* Organic pattern
* Triage with Tasks pattern, move to Pattern Cookbook
* Remove blank.
* Diagrams
* Add package version to import utils (#1331)
* wip
* wip
* wipp
* versioning added to import utils
* fix for missing version
* Implement GoogleSearchTool (#1315)
* wip
* wip
* wip
* Google search tool WIP
* Google search tool WIP
* Initial GoogleSearchTool implementation
* Add gemini tests
* Update dependencies and initial tests for the google search tool added
* Update tests
* Cleanup
* Cleanup
* Fix tests
* Fix tests
* Fix tests
* Google search notebook WIP
* Documentation polishing
* Update user guides
* Refactor and fix tests
* Update docs
---------
Co-authored-by: Davor Runje <[email protected]>
* Release 0.8.2rc0 (#1346)
* [DocAgent] Add Text Citation (#1338)
* Add table output option
* Fix bug
* Add VectorChromaCitationQueryEngine to support citations
* Update DocAgent to support citations
* Update DocAgent Notebook with Citation Example
* polishing
* update Summary Agent prompt to handle citations and non-citations
* type hint with string literal
---------
Co-authored-by: Davor Runje <[email protected]>
Co-authored-by: Mark Sze <[email protected]>
* Ollama response_format fix (#1347)
* Ollama response_format fix
* Ollama tests with response format passed in and conversion check
* pre-commit tidy
* Fix get load param if needed function (#1344)
* test added
* test added
* DocAgent fix
* DocAgent fix
* DocAgent fix
* DocAgent fix
* Main and tweaks to function field annotations
---------
Co-authored-by: Mark Sze <[email protected]>
* Make Document Reader customizable.
* Move SimpleDirectoryReader into init body
---------
Co-authored-by: Mark Sze <[email protected]>
Co-authored-by: Mark Sze <[email protected]>
Co-authored-by: Davor Runje <[email protected]>
Co-authored-by: Robert Jambrečić <[email protected]>
Co-authored-by: Davor Runje <[email protected]>
Co-authored-by: AgentGenie <[email protected]>1 parent 88f7df2 commit ff77a43
File tree
7 files changed
+687
-15
lines changed- autogen/agentchat/contrib/rag
- notebook
- test/agentchat/contrib/rag
7 files changed
+687
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
Lines changed: 199 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| |||
54 | 65 | | |
55 | 66 | | |
56 | 67 | | |
57 | | - | |
| 68 | + | |
58 | 69 | | |
59 | 70 | | |
60 | | - | |
| 71 | + | |
61 | 72 | | |
62 | 73 | | |
63 | 74 | | |
| |||
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
88 | 101 | | |
89 | 102 | | |
90 | 103 | | |
| |||
149 | 162 | | |
150 | 163 | | |
151 | 164 | | |
152 | | - | |
| 165 | + | |
153 | 166 | | |
154 | 167 | | |
155 | 168 | | |
| |||
172 | 185 | | |
173 | 186 | | |
174 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
175 | 199 | | |
176 | 200 | | |
177 | 201 | | |
| |||
187 | 211 | | |
188 | 212 | | |
189 | 213 | | |
190 | | - | |
| 214 | + | |
191 | 215 | | |
192 | 216 | | |
193 | 217 | | |
| |||
0 commit comments