Harrison Chase
47d37db2d2
WIP: Harrison/base retriever ( #1765 )
2023-03-24 07:46:49 -07:00
Harrison Chase
fab7994b74
Harrison/retrieval code ( #1916 )
2023-03-22 23:15:04 -07:00
Harrison Chase
523ad8d2e2
Harrison/chat history formatter1 ( #1538 )
...
Co-authored-by: Youssef A. Abukwaik <yousseb@users.noreply.github.com >
2023-03-08 20:46:37 -08:00
Harrison Chase
c4a557bdd4
add concept of prompt collection ( #1507 )
2023-03-08 08:31:29 -08:00
Harrison Chase
4b5d427421
Harrison/source docs ( #1275 )
...
Co-authored-by: Tushar Dhadiwal <tushardhadiwal@users.noreply.github.com >
2023-02-24 07:09:10 -08:00
Ji
ed37fbaeff
for ChatVectorDBChain, add top_k_docs_for_context to allow control how many chunks of context will be retrieved ( #1155 )
...
given that we allow user define chunk size, think it would be useful for
user to define how many chunks of context will be retrieved.
2023-02-19 20:48:23 -08:00
kekayan
9111f4ca8a
fix chatvectordbchain to use pinecone namespace ( #1139 )
...
In the similarity search, the pinecone namespace is not used, which
makes the bot return _I don't know_ where the embeddings are stored in
the pinecone namespace. Now we can query by passing the namespace
optionally.
```result = qa({"question": query, "chat_history": chat_history, "namespace":"01gshyhjcfgkq1q5wxjtm17gjh"})```
2023-02-18 10:58:48 -08:00
Harrison Chase
511d41114f
return source documents for chat vector db chain ( #1128 )
2023-02-17 13:40:52 -08:00
Ankush Gola
caa8e4742e
Enable streaming for OpenAI LLM ( #986 )
...
* Support a callback `on_llm_new_token` that users can implement when
`OpenAI.streaming` is set to `True`
2023-02-14 15:06:14 -08:00
Harrison Chase
2a68be3e8d
chat vector db chain ( #902 )
2023-02-05 21:38:47 -08:00