Skip to main content

Haystack

Haystack is a framework for building large language model applications.

Haystack and Weaviate

Weaviate is a supported document store in Haystack. You need a running Weaviate cluster to build the document store.

auth_client_secret = AuthApiKey(Secret.from_token("MY_WEAVIATE_API_KEY"))
document_store = WeaviateDocumentStore(auth_client_secret=auth_client_secret)

Our Resources

Hands on Learning: Build your technical understanding with end-to-end tutorials.

Hands on Learning

TopicDescriptionResource
Advanced RAG: Query ExpansionLearn how to implement query expansion for RAG.Notebook