[poxrud]: Is this an alternative/competitor to langchain? If so which one is easier to use?
[mabcat]: Itโs an alternative, does a similar job, depends on/abstracts over langchain for some things. Itโs easier to use than langchain and youโll probably get moving much faster.
Theyโve aimed to make a framework that starts concise and simple, has useful defaults, then lets you adjust or replace specific parts of the overall โanswer questions based on a vectorized document collectionโ workflow as needed.
[rollinDyno]: I gave this a shot a while back and found plenty of examples but little documentation. For instance, there is a tree structure for storing the embeddings and the library is able to construct it with a single line. However, I couldnโt find an clear explanation of how that tree is constructed and how to take advantage of it.
[freezed88]: Hey all! Jerry here (from LlamaIndex). We love the feedback, and one main point especially seems to be around making the docs better: - Improve the organization to better expose both our basic and our advanced capabilities - Improve the documentation around customization (from LLMโs to retrievers etc.) - Improve the clarity of our examples/notebooks.