GeneralLHW
                                            GeneralLHW
                                        
                                    > Can you provide a sample project to reproduce it? I'm really sorry, this project integrates a lot of content, and I'll wait until I have time...
> i have the same issue add below args,maybe solve this > > ``` > -Dnacos.logging.default.config.enabled=false > ``` It does work, but it feels like there's a better way,hah
GlobalFilter优先级高?可以跟一下源码
为啥官方只提供了一个FlowRule v2版本的,其它的比如熔断规则什么的为啥没提供v2版本的啊
不同的环境部署不同的dashboard物理隔离
而且前后端的代码都要改,并且重新编译
I also encountered this problem, but I haven't found a solution yet. I only asked 1+1, and this error occurred. I want to know how to see the content of...
> 第2140章 > 当我想查询一些中文文档并将其放入 chromadb 时,我遇到了同样的问题 > > ``` > embeddings = OpenAIEmbeddings(openai_api_key=os.environ['OPENAI_API_KEY']) > docsearch = Chroma.from_documents(texts, embeddings) > retriever = docsearch.as_retriever() > qa = RetrievalQA.from_llm(llm=OpenAI(), retriever=retriever) > > query...
@saaspeter , ```python llm=ChatOpenAI(max_tokens=4096, model_name='gpt-3.5-turbo',temperature=0, verbose=True) qa = RetrievalQA.from_chain_type(llm, chain_type="map_rerank", retriever=docsearch.as_retriever(), verbose=True) result = qa.run('1+1') ``` I added parameters, but I still haven't seen the complete question and reply, what...
I also encountered this problem, but I haven't found a solution yet. I only asked 1+1, and this error occurred. I want to know how to see the content of...