Skip to content

Commit

Permalink
TEST for format and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
txmxthy committed Aug 23, 2024
1 parent 9319cac commit f35d015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
from langchain.docstore.document import Document

from langchain.embeddings import HuggingFaceInstructEmbeddings
from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain.vectorstores import Chroma

from utilities.constants import (CHROMA_CFG,
DOCTYPE_LOADERS, CHROMA_PERSIST_DIR, INGESTION_DIR)

# Config @TODO, Load config from env
chunk_size = 1000
chunk_overlap = 200
chunk_overlap = 200d
embedding_model="hkunlp/instructor-xl"


Expand Down

0 comments on commit f35d015

Please sign in to comment.