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!")- Langchain: Documentation
- OpenNotebook: Github
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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!")