Kevin Scott
Kevin Scott
Hello, I think I'm running into a similar issue as #1876 (which is also me, but different account / repos). I'm trying to integrate `@web/test-runner` with `@testing-library/dom`. Here's a test:...
Running `langchain-0.0.85` (looks like _just_ released, thanks!) in a Jupyter notebook. [Following the notebook instructions](https://langchain.readthedocs.io/en/latest/modules/chains/combine_docs_examples/vector_db_qa.html): ``` from langchain.document_loaders import TextLoader ``` And I get: ``` ImportError Traceback (most recent call...
Version: `langchain-0.0.102` [I am trying to run through the Custom Prompt guide here](https://langchain.readthedocs.io/en/latest/modules/indexes/chain_examples/vector_db_qa.html#custom-prompts). Here's some code I'm trying to run: ``` from langchain.prompts import PromptTemplate from langchain import OpenAI, VectorDBQA...
Is it possible to use this plugin in `postcss.config.js`? I can't seem to figure out how. I _think_ the given example is used for manually parsing given strings, correct? (If...