Slava Kurilyak
Slava Kurilyak
The [docs](https://python.langchain.com/docs/modules/data_connection/document_loaders/integrations/readthedocs_documentation) should say `https://api.python.langchain.com/en/latest` not `https://python.langchain.com/en/latest`. Work on [Docusaurus integration](https://github.com/langchain-ai/langchain/issues/6353) has not been implemented, hence the error.
Supporting multiple Autodoc indexes would be a useful feature! A potential solution for querying peer packages or multiple Autodoc indexes could be a cloud-based Autodoc database for a fee.
Great progress!
For `langchain`, I resolved the issue by deleting `docs/modules/agents/toolkits/examples/openai_openapi.yml`. For `semantic-kernel`, I resolved the issue by deleting `dotnet/src/SemanticKernel/Connectors/OpenAI/Tokenizers/Settings/encoder.json`. This issue is related to `` which is used when interacting with...
+1 for LLM streaming support as this would unlock the full potential of Novel
LangChain already has two chains that we can use: [Summarization Chain](https://python.langchain.com/en/latest/modules/chains/index_examples/summarize.html) and [LLM Summarization Checker Chain](https://python.langchain.com/en/latest/modules/chains/examples/llm_summarization_checker.html)