Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danburonline/memeplex-llm
https://github.com/danburonline/memeplex-llm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danburonline/memeplex-llm
- Owner: danburonline
- Created: 2023-08-25T09:37:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T10:08:06.000Z (over 1 year ago)
- Last Synced: 2023-09-05T11:18:49.242Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memeplex LLM
![Flowise screenshot](/docs/img/flowise-screenshot.png)
## Introduction
This is the accompanying code for an upcoming paper that I'm writing. More information coming soon.
## Exemplary Flowise flows
I've included some exemplary Flowise flows in the `flows` folder. You can import them via the Flowise UI.
## Setup Chroma vector database
I followed [this tutorial](https://docs.flowiseai.com/vector-stores/chroma) 1:1. Be sure to have Docker installed. For Mac I highly recommend [OrbStack](https://orbstack.dev) as a Docker client.
## Quirks/bugs
I made everything work via Flowise version `1.3.2` and Node `18.17.1`. There seems to be a bug with the newest version and Node.js 18+, therefore sticking to 1.3.2 as it worked for me on my MacBook.