Logan Markewich (@loganmarkewich) 's Twitter Profile
Logan Markewich

@loganmarkewich

Head of Open Source @llama_index

ID: 1676011773810360320

linkhttps://www.linkedin.com/in/logan-markewich/ calendar_today03-07-2023 23:35:51

255 Tweet

1,1K Followers

40 Following

Logan Markewich (@loganmarkewich) 's Twitter Profile Photo

Are we at a point now with LLMs where bad RAG responses are almost certainly because your query or retrieval was bad? Seems like most LLMs these days will give a correct answer assuming it has the correct context 99% of the time?

Marcus Schiesser (@marcusschiesser) 's Twitter Profile Photo

Workflows from LlamaIndex 🦙 and OpenAI's new o1 model are the perfect match to create multi-agents. Now, also in LlamaIndex for Typescript. Use our app-creator to generate code using the OpenAI o1 model and workflows. 📄 ts.llamaindex.ai/modules/workfl… 🛠️ github.com/run-llama/app-…

Workflows from <a href="/llama_index/">LlamaIndex 🦙</a> and <a href="/OpenAI/">OpenAI</a>'s new o1 model are the perfect match to create multi-agents.

Now, also in LlamaIndex for Typescript. 

Use our app-creator to generate code using the OpenAI o1 model and workflows.

📄 ts.llamaindex.ai/modules/workfl…
🛠️ github.com/run-llama/app-…
Logan Markewich (@loganmarkewich) 's Twitter Profile Photo

Wild idea -- LLM providers give users an API endpoint to count the tokens in your input before running Counting function calls, system prompts, etc. is a nightmare

Logan Markewich (@loganmarkewich) 's Twitter Profile Photo

Using LlamaIndex Workflows to implement an async function calling agent with streaming and dynamic context I'll have to add this to docs soon, I keep scrolling back in my slack history to find this link colab.research.google.com/drive/1wVCkvX7…

Alex Yang (@himseif_65) 's Twitter Profile Photo

LlamaIndex 🦙.TS will have the best document for building RAG using LlamaIndex TS. We gonna built lots of rich demos in frontend shows our modules step by step ts.llamaindex.ai/docs/llamainde…

LlamaIndex 🦙 (@llama_index) 's Twitter Profile Photo

It's been a huge year for LlamaIndex! Tens of millions of pages parsed, millions of framework downloads, and tons of happy users! Check out our year-end review in the numbers, including a month-by-month breakdown of our biggest feature releases: llamaindex.ai/blog/the-year-…

It's been a huge year for LlamaIndex! Tens of millions of pages parsed, millions of framework downloads, and tons of happy users! Check out our year-end review in the numbers, including a month-by-month breakdown of our biggest feature releases:
llamaindex.ai/blog/the-year-…
Logan Markewich (@loganmarkewich) 's Twitter Profile Photo

Workflows in LlamaIndex are great, but I really think a higher-level entry point was missing. That's exactly why I built AgentWorkflows, to give users a pre-built starting point that is (hopefully) generally useful. Check it out!

Jerry Liu (@jerryjliu0) 's Twitter Profile Photo

Harrison Chase Dude - I like the overall idea of the blog and I'm not expecting a 100% unbiased comparison, but the checkboxes on LlamaIndex 🦙 are inaccurate. We've been working on both high-level agent abstractions and low-level workflow abstractions for almost a year now. ✅ We have a

Logan Markewich (@loganmarkewich) 's Twitter Profile Photo

Are defaults in frameworks bad? Seriously considering removing the openai defaults from llama-index (with an appropriate deprecation period ofc) For example, ada-002 is not great, but changing that default to something else is just such a huge breaking change

Logan Markewich (@loganmarkewich) 's Twitter Profile Photo

People always ask me when to use multi agents, single agents, or hardcoded workflows. The good news is, LlamaIndex has solutions for every case. Here is some excellent thoughts and guidance.