[PR #34] [MERGED] Add an example with vector databases for state management #64

Closed
opened 2026-02-16 02:16:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/34
Author: @AstraBert
Created: 7/26/2025
Status: Merged
Merged: 7/31/2025
Merged by: @logan-markewich

Base: mainHead: clelia/vector-database-tutorial


📝 Commits (5)

📊 Changes

1 file changed (+721 additions, -0 deletions)

View changed files

examples/state_management_with_vector_databases.ipynb (+721 -0)

📄 Description

This example showcases how to use vector databases to perform state management in a persistent and searchable way.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/34 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `clelia/vector-database-tutorial` --- ### 📝 Commits (5) - [`c9b957e`](https://github.com/run-llama/workflows-py/commit/c9b957e4a5e7b2e575685e14f10f6cf2fdef14b5) feat: adding an examples with vector databases for state management - [`cc8ceda`](https://github.com/run-llama/workflows-py/commit/cc8cedae0db4ffde77b98b27609ed0c7a97224f7) Merge branch 'main' into clelia/vector-database-tutorial - [`9e4443a`](https://github.com/run-llama/workflows-py/commit/9e4443a9b27b54516588b36a4573ce4f9416d7e9) chore: implement suggestions - [`4b05122`](https://github.com/run-llama/workflows-py/commit/4b05122dc1d17d8e7c9825ad0f6a0acafc5dc57d) Merge branch 'clelia/vector-database-tutorial' of https://github.com/run-llama/workflows into clelia/vector-database-tutorial - [`7d52415`](https://github.com/run-llama/workflows-py/commit/7d52415d08fe9bb0ba861a543ee287153ea23bab) nits ### 📊 Changes **1 file changed** (+721 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/state_management_with_vector_databases.ipynb` (+721 -0) </details> ### 📄 Description This example showcases how to use vector databases to perform state management in a persistent and searchable way. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:27 -05:00
yindo closed this issue 2026-02-16 02:16:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#64