Peter Fan

Results 16 comments of Peter Fan

same error for me, since it is the limit of openAI, if it the output length is too large, I think we can set max_tokens to limit the output length,...

@GeneralLHW , I think the error is saying: your context is too long, the context is from the chromadb, so it is the document in the chromadb is too long,...

@GeneralLHW , try to add this: _langchain.debug = True_ in your python file ? for me, by doing this, I can see the full call parameters and response.

I don't use VectorstoreIndexCreator, instead I use RetrievalQA directly, I build vectorDB myself (as @nasirus mentioned above): Chroma(collection_name='name', client=chroma_client, embedding_function=embeddings) , but my next openAI call failed with the common...

same problem, in ios, the blur method is not defined

@mikesamuel , I also encounter a bug which I used the htmlChangeListener to capture the error, if no any event in htmlChangeListener, I think there is no error, and use...

@yangbongsoo , you are right, for my cast the original string will be sanitized, but I take the original string if there is no attacked string in it, so when...

@zkteco-home , same error message, so the error is in defaultProps in ExpandableCalendar? since there is no new commit, how to avoid the error message locally? thanks!

chroma db可以返回distances,chromadb在查询的时候不能控制,返回到client后,自己决定要不要使用。langchain不太清楚,但理论上也可以。

I am evaluate this component, when I follow the example AgendaList, saw same error, so one year passed since this post, the issue still exists, and I think the agenda...