DORSETRIGS
Home

rag (5 post)


posts by category not found!

How to get the vectorDB by chunk safely with Chroma.from_documents function?

Building Large Vector Databases with Chroma Handling Chunk Size for Efficient Indexing When dealing with large text datasets creating a vector database efficien

2 min read 29-08-2024 49
How to get the vectorDB by chunk safely with Chroma.from_documents function?
How to get the vectorDB by chunk safely with Chroma.from_documents function?

How do I access the docs that have been retrieved by my retriever in ConversationalRetrievalChain?

Accessing Retrieved Documents in Lang Chains Conversational Retrieval Chain This article explores how to access the specific documents retrieved by Lang Chains

3 min read 28-08-2024 49
How do I access the docs that have been retrieved by my retriever in ConversationalRetrievalChain?
How do I access the docs that have been retrieved by my retriever in ConversationalRetrievalChain?

RuntimeError: probability tensor contains either `inf`, `nan` or element < 0

Runtime Error probability tensor contains either inf nan or element 0 This error message in your Llama 2 model is a common one It arises when the models probabi

4 min read 28-08-2024 94
RuntimeError: probability tensor contains either `inf`, `nan` or element < 0
RuntimeError: probability tensor contains either `inf`, `nan` or element < 0

Handling Multiple Embedding Types in LangChain for RAG Applications

Handling Multiple Embedding Types in Lang Chain for RAG Applications Introduction Lang Chain provides a powerful framework for building Retrieval Augmented Gene

4 min read 27-08-2024 54
Handling Multiple Embedding Types in LangChain for RAG Applications
Handling Multiple Embedding Types in LangChain for RAG Applications

Search for data across entire text files in Vector Databases

Searching for Data Across Entire Text Files in Vector Databases Vector databases are a powerful tool for storing and searching large amounts of text data They a

3 min read 27-08-2024 43
Search for data across entire text files in Vector Databases
Search for data across entire text files in Vector Databases