Skip to content

erikycd/RAG_dev

Repository files navigation

RAG_dev

Desarrollo inicial sobre RAGs

import time

flow = ["🔍 Indexing...", "⚙️ Retrieving...", "✨ Generating..."]
for step in flow:
    print(step)
    time.sleep(0.8)

print("\n✅ ¡RAG listo para ti!")

Sources:

About

Initial RAG development

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors