#AI Tools
1 messages · Page 1 of 1 (latest)
Does your project need to actually be hosted or can you host it on your own computer?
i can host on my own
Then you have a lot of options. If you want to play with semantic searching and/or RAG you can install a vector database, most of them are easily installed with Docker: https://milvus.io/, https://docs.trychroma.com/. You can run your own hugging face models either in your own scripts or use something like Langchain (which will wrap everything you need) or a web ui like https://github.com/invoke-ai (image generation) or https://github.com/oobabooga/text-generation-webui (text generation). There's lots more on github like those, some with APIs you can hit. This is all "AI" stuff, since you're local if you need a broader application you can easily add a relational database or web frontend or mobile app to interface how you need it.