Skip to content

Commit 68a5485

Browse files
committed
fix: enhance clarity and formatting
1 parent 1bfd721 commit 68a5485

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/proposals/2025/gsoc/idea_udhay_adithya_mem0.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,21 @@ I propose to divide the project into four milestones/deliverables to produce a s
179179

180180
#### **Milestone #1: Create a Bare-bone `package: mem0_dart`.**
181181

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.
183185

184186
#### **Milestone #2: Vector Store Integrations**
185187

186188
This milestone will integrate and implement multiple Vecotor DB providers available in Dart.
189+
187190
Implementation efforts will concentrate more on the core methods (insert, search, delete, and get).
188191

189192
#### **Milestone #3: LLM and Embedding Model Integration with Basic Functionality**
190193

191194
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.
193197

194198
#### **Milestone #4: Add Graph Memory Capabilty**
195199

@@ -235,7 +239,8 @@ their final mentor evaluation (standard coding period)
235239
Work on M#2 begins in the latter half of the week.
236240
* **Week 2 (June 9 - June 15)**
237241

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+
239244
* **Week 3 (June 16 - June 22)**
240245

241246
Building upon the previous week, the integration of the other remaining vector databases will be done.

0 commit comments

Comments
 (0)