Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/your-papa/papa-ts
This library exposes PAPA, your Personal Assistant powered by Private AI, which can be used in any browser environment and completely offline
https://github.com/your-papa/papa-ts
ai-assistant chatgpt langchain ollama rag
Last synced: 9 days ago
JSON representation
This library exposes PAPA, your Personal Assistant powered by Private AI, which can be used in any browser environment and completely offline
- Host: GitHub
- URL: https://github.com/your-papa/papa-ts
- Owner: your-papa
- License: agpl-3.0
- Created: 2023-10-23T12:08:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:04:43.000Z (3 months ago)
- Last Synced: 2024-11-26T13:11:41.642Z (16 days ago)
- Topics: ai-assistant, chatgpt, langchain, ollama, rag
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 33
- Watchers: 2
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - your-papa/papa-ts - This library exposes PAPA, your Personal Assistant powered by Private AI, which can be used in any browser environment and completely offline (TypeScript)
README
# papa-ts
This library exposes PAPA, your Personal Assistant powered by Private AI, which can be used in any browser environment and completely offline.
Under the hood, it uses [langchain](https://github.com/langchain-ai/langchainjs) to implement the RAG-Pipeline and [Orama](https://github.com/askorama/orama) as a vectorstore.# Usage
Currently, it is only used by our [Obsidian plugin](https://github.com/your-papa/obsidian-Smart2Brain). We plan on making it easier to integrate so that anyone can have their own personal assistant in their application.