2024-02-06 Rockset webinar
A solution to limited context windows
...plus everything on Hugging Face!
metadata filtering
hybrid search
text-to-SQL
text-to-Pandas
from llama_index import VectorStoreIndex, SimpleDirectoryReader
documents = SimpleDirectoryReader("data").load_data()
index = VectorStoreIndex.from_documents(documents)
query_engine = index.as_query_engine()
response = query_engine.query("What did the author do growing up?")
print(response)
Let's do it in 5 lines of code:
– Shawn "swyx" Wang, Latent.Space podcast
Gunderson Dettmer
Follow me on twitter: @seldo