You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/proposals/2025/gsoc/idea_udhay_adithya_mem0.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,17 +179,21 @@ I propose to divide the project into four milestones/deliverables to produce a s
179
179
180
180
#### **Milestone #1: Create a Bare-bone `package: mem0_dart`.**
181
181
182
-
This milestone will lay the foundation of `mem0_dart` library, porting core configuration classes and setting up testing frameworks. This milestone will be the first deliverable but it will take the least amount of time and effort to build.
182
+
This milestone will lay the foundation of `mem0_dart` library, porting core configuration classes and setting up testing frameworks.
183
+
184
+
This milestone will be the first deliverable but it will take the least amount of time and effort to build.
183
185
184
186
#### **Milestone #2: Vector Store Integrations**
185
187
186
188
This milestone will integrate and implement multiple Vecotor DB providers available in Dart.
189
+
187
190
Implementation efforts will concentrate more on the core methods (insert, search, delete, and get).
188
191
189
192
#### **Milestone #3: LLM and Embedding Model Integration with Basic Functionality**
190
193
191
194
This Milestone is divided into two parts. The first path will aim at adding integrations for multiple Embedding models.
192
-
The second part will add integrations for LLMs and the core memory operations for addition, retrieval, and updating will be ported and tested.
195
+
196
+
The second part will add integrations for LLMs and additionally the core memory operations for addition, retrieval, and updating will be ported and tested.
193
197
194
198
#### **Milestone #4: Add Graph Memory Capabilty**
195
199
@@ -235,7 +239,8 @@ their final mentor evaluation (standard coding period)
235
239
Work on M#2 begins in the latter half of the week.
236
240
***Week 2 (June 9 - June 15)**
237
241
238
-
Start of M#2 integration for the first two chosen vector database capable of basic vector operations(insert, search, delete, and get) are done, along with unit tests.
242
+
Integration of first two chosen vector database and implementation of basic vector operations(insert, search, delete, and get) are done, along with unit tests.
243
+
239
244
***Week 3 (June 16 - June 22)**
240
245
241
246
Building upon the previous week, the integration of the other remaining vector databases will be done.
0 commit comments