Viewing profile — freezed88
freezed88
HN member- Joined
- Sat, Aug 29, 2015, 6:31 AM UTC
- HN karma
- 45
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About freezed88
No profile information was provided.
Recent public activity
-
comment
Comment #36647831
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 bo…
-
comment
Comment #36334507
100%, if the API itself can choose to call a function or an LLM, then it's way easier to build any agent loop without extensive prompt engineering + worrying about errors. Tweeted …
-
comment
Comment #36215406
Hi all - Jerry (co-founder/CEO) here, here to help answer any questions you might have! We're building a data framework to unlock the full capabilities of LLMs on top of your priva…
- story
-
comment
Comment #35736291
depending on what questions you're asking, you could check out LlamaIndex query capabilities - can define different index structures for different queries + can plugin to your lang…
-
comment
Comment #35644084
would love to have CozoDB be a part of llamaindex too! have a bunch of integrations with existing vector db's https://github.com/jerryjliu/llama_index/tree/main/gpt_index...
-
comment
Comment #35636829
author of llamaindex here: there's some overlap but our primary use case is going deep into indexing+retrieval for LLM's (and going deep in that area). Not really doing agents/chat…
- comment
-
comment
Comment #35329004
Making retrieval really really good is part of the mission of LlamaIndex! Given a natural language input, find the best way to return a set of documents that is relevant to your LL…
-
comment
Comment #35193835
This is what llama-index was designed for! https://gpt-index.readthedocs.io/en/latest/ Would love to incorporate this Github repo loader into LlamaHub
-
comment
Comment #35115911
LlamaIndex offers ways to chunk up your data and store them in data structures for response synthesis: https://gpt-index.readthedocs.io/en/latest/guides/primer.htm...
-
comment
Comment #35115853
This is exactly what LlamaIndex is meant to solve! A set of data structures to augment LLM's with your data: https://github.com/jerryjliu/gpt_index
-
comment
Comment #35113488
This is what we've designed LlamaIndex for! https://github.com/jerryjliu/gpt_index . Designed to help you "index" over a large doc corpus in different ways for use with LLM prompts…
-
comment
Comment #34928386
(creator of gpt index / llamaindex here https://github.com/jerryjliu/gpt_index ) Funny that we had just rebranded our tool from GPT Index to LlamaIndex about a week ago to avoid po…
- story