https://github.com/llphant/p2p-rag
https://github.com/llphant/p2p-rag
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/llphant/p2p-rag
- Owner: LLPhant
- License: mit
- Created: 2025-02-27T11:00:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T21:05:04.000Z (over 1 year ago)
- Last Synced: 2025-06-26T07:41:25.082Z (12 months ago)
- Language: Vue
- Size: 244 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peer-to-Peer Federated RAG Framework
See [project page](https://hackathon.cloudfest.com/project/peer-to-peer-federated-rag-framework/) for more details.
## Note
Part of this code comes from the go-libp2p library, mainly from
its [examples](https://github.com/libp2p/go-libp2p/tree/master/examples/chat-with-rendezvous).
See also [edgevpn](https://github.com/mudler/edgevpn) for more hints.