<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Dash-Web.git/src/client/views/nodes/chatbot/vectorstore, branch master</title>
<subtitle>A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
</subtitle>
<id>https://git.mfoi.dev/Dash-Web.git/atom?h=master</id>
<link rel='self' href='https://git.mfoi.dev/Dash-Web.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/'/>
<updated>2025-07-07T18:39:06Z</updated>
<entry>
<title>changes (seeing if they work)</title>
<updated>2025-07-07T18:39:06Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-07-07T18:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=9092494778abd55b6aa299fe06b4f70e7c7a767f'/>
<id>urn:sha1:9092494778abd55b6aa299fe06b4f70e7c7a767f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add codebase exploration tools for agent assistance</title>
<updated>2025-05-21T17:11:52Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-05-21T17:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=c3dba47bcda10bbcd72010c177afa8fd301e87e1'/>
<id>urn:sha1:c3dba47bcda10bbcd72010c177afa8fd301e87e1</id>
<content type='text'>
Add three new agent tools to improve navigation and understanding of the codebase:
FileContentTool: retrieves complete content of specified files (max 3)
FileNamesTool: lists all available files in the codebase
CodebaseSummarySearchTool: performs semantic search across file summaries
</content>
</entry>
<entry>
<title>Added codebase search and retrieval to Vectorstore</title>
<updated>2025-05-21T16:38:55Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-05-21T16:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=0e98320d3b237f1927b9f1367494dccd7f66eda9'/>
<id>urn:sha1:0e98320d3b237f1927b9f1367494dccd7f66eda9</id>
<content type='text'>
Summary indexing: Added functionality to embed and index file summaries from file_summaries.json in Pinecone
Vector search: Implemented semantic search to find the top 5 most relevant files for a query
Content retrieval: Added method to fetch full file content from file_content.json
API endpoints:
/getFileSummaries - Retrieves all file summaries
/getFileContent - Fetches file content by path
/getRawFileContent - Returns content as plain text to avoid JSON parsing errors
Error handling: Added comprehensive error handling and debugging throughout
Initialization: Implemented proper async initialization sequence with verification
Performance: Added streaming for large files to improve memory efficiency
Testing: Added automated test queries to validate functionality
</content>
</entry>
<entry>
<title>workign better</title>
<updated>2025-05-12T19:46:30Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-05-12T19:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=b3aa238043d01cbc58293b45867706fa9b36cefe'/>
<id>urn:sha1:b3aa238043d01cbc58293b45867706fa9b36cefe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chanegd everything to be more consistent</title>
<updated>2025-05-11T21:18:18Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-05-11T21:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=e141307dbd9b951f76c908610e7b89e296ad92b8'/>
<id>urn:sha1:e141307dbd9b951f76c908610e7b89e296ad92b8</id>
<content type='text'>
- made both web related tools use doc manager and chunk Ids
</content>
</entry>
<entry>
<title>Made it so chunk Ids are seperately managed and made sure the doc id is sonsistent and not created in python spawn</title>
<updated>2025-05-11T17:42:00Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-05-11T17:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=a5d7f5c38192b91b7df3bd6ecace5ba7365449a6'/>
<id>urn:sha1:a5d7f5c38192b91b7df3bd6ecace5ba7365449a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into agent-web-working</title>
<updated>2025-05-11T14:46:15Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-05-11T14:46:15Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=b87b2105e966928518c96c7702b68c12344ffdd7'/>
<id>urn:sha1:b87b2105e966928518c96c7702b68c12344ffdd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improved consistency across doc types and parsing</title>
<updated>2025-04-27T18:57:39Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-04-27T18:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=393b7f8286422c933102449eba1ba82874a48896'/>
<id>urn:sha1:393b7f8286422c933102449eba1ba82874a48896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a bit more consistent</title>
<updated>2025-04-27T17:37:37Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-04-27T17:37:37Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=67a7996278ce176e227393fa410e7afc80228a83'/>
<id>urn:sha1:67a7996278ce176e227393fa410e7afc80228a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new attempt with new citation unification</title>
<updated>2025-04-27T17:14:49Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-04-27T17:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/Dash-Web.git/commit/?id=3ef3d40506348d9fd537cc8f4aea975b9770689f'/>
<id>urn:sha1:3ef3d40506348d9fd537cc8f4aea975b9770689f</id>
<content type='text'>
</content>
</entry>
</feed>
