<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Dash-Web.git/src/client/views/nodes/chatbot/tools/RAGTool.ts, branch master</title>
<subtitle>A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
</subtitle>
<id>https://www.git.mfoi.dev/Dash-Web.git/atom?h=master</id>
<link rel='self' href='https://www.git.mfoi.dev/Dash-Web.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/'/>
<updated>2025-07-07T19:20:10Z</updated>
<entry>
<title>merge issues</title>
<updated>2025-07-07T19:20:10Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2025-07-07T19:20:10Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=95c0d9b0ed3cf8bf50f3a3eac2f1dff146ba131c'/>
<id>urn:sha1:95c0d9b0ed3cf8bf50f3a3eac2f1dff146ba131c</id>
<content type='text'>
</content>
</entry>
<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://www.git.mfoi.dev/Dash-Web.git/commit/?id=9092494778abd55b6aa299fe06b4f70e7c7a767f'/>
<id>urn:sha1:9092494778abd55b6aa299fe06b4f70e7c7a767f</id>
<content type='text'>
</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://www.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>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://www.git.mfoi.dev/Dash-Web.git/commit/?id=a5d7f5c38192b91b7df3bd6ecace5ba7365449a6'/>
<id>urn:sha1:a5d7f5c38192b91b7df3bd6ecace5ba7365449a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added typing to PostToServer calls.  made smartDraw popup create images locally.</title>
<updated>2025-02-27T01:48:51Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2025-02-27T01:48:51Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=a9a1a6a507616a77f70d6525dab5027f5b7a60e6'/>
<id>urn:sha1:a9a1a6a507616a77f70d6525dab5027f5b7a60e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>image generation works better</title>
<updated>2024-12-19T16:45:00Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2024-12-19T16:45:00Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=f915013d2ccfaeb7f04bf8bfea57e6d7d1f66b81'/>
<id>urn:sha1:f915013d2ccfaeb7f04bf8bfea57e6d7d1f66b81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better</title>
<updated>2024-12-18T16:46:14Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2024-12-18T16:46:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=ad1e0cf62187e0f8bbb19b4720b7681585361de9'/>
<id>urn:sha1:ad1e0cf62187e0f8bbb19b4720b7681585361de9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed to generic addLinkedDoc</title>
<updated>2024-10-20T19:01:14Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2024-10-20T19:01:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=cd43a88affe04634045a1fcbce7123c10141ec8c'/>
<id>urn:sha1:cd43a88affe04634045a1fcbce7123c10141ec8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented strict typechecking for tools, specifically tool inputs</title>
<updated>2024-10-17T14:41:49Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2024-10-17T14:41:49Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=80d86bd5ae3e1d3dc70e7636f72a872a5fb2f01d'/>
<id>urn:sha1:80d86bd5ae3e1d3dc70e7636f72a872a5fb2f01d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tried something for typechecking but way too overcomplicated</title>
<updated>2024-10-15T18:18:44Z</updated>
<author>
<name>A.J. Shulman</name>
<email>Shulman.aj@gmail.com</email>
</author>
<published>2024-10-15T18:18:44Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=596502c232ea6b6b88c3c58486e139074ea056ff'/>
<id>urn:sha1:596502c232ea6b6b88c3c58486e139074ea056ff</id>
<content type='text'>
</content>
</entry>
</feed>
