Загрузка видео...
Не удалось загрузить видео
Introducing RAG CLI 🧑💻🔎 - a dead-simple command-line tool that allows you to RAG literally any file on your local machine. Index any files including glob patterns, such as `$ llamaindex-cli rag --files "./docs/**/*.rst”` To search simply do `$ llamaindex-cli rag --question "What is LlamaIndex?”` Built with our IngestionPipeline... show more
67,888 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 9

just a word of caution: this can be expensive if you don't know how big are your files in terms of tokens. It does sends data to @OpenAI with the blog's default configuration.

Which embedding model it is using?

@ahmed_abdullahx ada-002, but you can customize it to use any model!

@ollama From the name "llamaindex" it would seem your default model would be at least llama or open weights based but instead the default is openAI based. Any reason for that? Do the open models do very poorly?

@TheAICoder This is easiest way to index and "ask" local files.

🛠️ The RAG CLI tool looks like a game-changer for developers! Easy indexing means quicker access and better productivity. Could you share more on how it handles large file systems? #DevTools #CommandLineMagic

🤯

@memdotai mem it

@llama_index Saved! Here's the compiled thread:
