inikoo / aiku

White-label opinionated ERP web app
https://inikoo.github.io/aiku/
GNU Affero General Public License v3.0
24 stars 1 forks source link

Explore: RAG llama #1257

Open Ganes556 opened 1 day ago

Ganes556 commented 1 day ago

source video: https://www.youtube.com/watch?v=ojl2CyI78S0 -> but using python

to create the knowledge base -> raw text - create the chunk - create embedded and store in vector db (pgvector, chromadb, etc)

Ganes556 commented 1 day ago

LLM framework python - https://python.langchain.com/docs/integrations/text_embedding/

source video: https://www.youtube.com/watch?v=JRU1CMvEae0 -> he uses RAG in Laravel but that's not official he creates it manually

Ganes556 commented 18 hours ago
Ganes556 commented 1 hour ago