Bao Nguyen
Bao Nguyen
Sample code ``` try: conn = HTTP11Connection('www.cloudflare.com:443', secure=True) req = conn.request('GET', '/') rep = conn.get_response() #
Hi, I have an issue while setting up company-terraform with spacemacs. When i try to type something, it shows the error ``` Company: backend company-terraform error "Unknown upattern `(quote no-idea)'"...
I was following this template but If you import the root langchain module in streamlit, you will get the following error ``` import langchain ``` ``` ConfigError: duplicate validator function...
I'm trying to use map_reduce qa chain together with chat vector and it does not work. ``` question_generator = LLMChain(llm=llm, prompt=CONDENSE_QUESTION_PROMPT) doc_chain = load_qa_chain(llm, chain_type="map_reduce", verbose=True) chain = ChatVectorDBChain( vectorstore=self.main_context.index,...
Currently it is making up to N requests for all provided documents ``` results = self.llm_chain.apply( # FYI - this is parallelized and so it is fast. [{**{self.document_variable_name: d.page_content}, **kwargs}...
The new version `0.0.103` broke the caching feature I think it is because the new prompt refactor recently ``` InterfaceError: (sqlite3.InterfaceError) Error binding parameter 0 - probably unsupported type. [SQL:...
**Describe the bug** I ran ludwig w/o a dev set and look like it generate a json file with Infinity / -Infinity, which is not json valid ``` "best_eval_metric_value": -Infinity,...
**Describe the bug** I got this error while trying to train a model with encoder = bert **To Reproduce** ``` trainer: validation_field: engagement_label validation_metric: roc_auc early_stop: 10 input_features: - name:...