code-crawler / sage /constants.py
juliaturc's picture
Add option for Pinecone + BM25 hybrid retrieval. (#36)
c3e6715
raw
history blame
230 Bytes
# This is the key in the metadata that points to the actual text content of a document or chunk.
# It can mostly be an arbitrary string, but certain classes in LangChain do expect it to be "text" specifically.
TEXT_FIELD = "text"