Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indexnetwork/examples
The agent generation examples using decentralized semantic index
https://github.com/indexnetwork/examples
Last synced: about 2 months ago
JSON representation
The agent generation examples using decentralized semantic index
- Host: GitHub
- URL: https://github.com/indexnetwork/examples
- Owner: indexnetwork
- License: mit
- Created: 2024-05-10T10:54:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T03:02:21.000Z (7 months ago)
- Last Synced: 2024-06-06T03:57:42.186Z (7 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Index Network Examples
Welcome to the Index Network Examples Repository. This repository contains example projects to help you get started with building composable vector databases using Index Network. We aim to showcase various use cases and interactions with decentralized graphs, including integration with Ceramic for user-owned knowledge graphs and Farcaster for social discourse.
## Navigation
- [Main Repository](https://github.com/index-network/index)
- [Examples](#examples)- [CrewAI Integration](https://github.com/indexnetwork/examples/tree/main/crewai)
Bringing a composable vector database with autonomous agents together
- [Protocol Labs Directory ](https://github.com/indexnetwork/example-pl-directory)
Composable discovery across Protocol Labs Ecosystem companies
## Getting Started
To get started, clone the repository and navigate to the example project you are interested in. Follow the instructions in the respective README files for setup and running the examples.
```sh
git clone https://github.com/index-network/examples-repo.git
cd examples-repo
```