-
### Documentation Issue Description
While working on:
```
import os
import pickle
if not os.path.exists("2021_nodes.pkl"):
raw_nodes_2021 = node_parser.get_nodes_from_documents(docs_2021)
…
-
Thanks for this package! It might be good to run the following code on startup, so users don't run into an error:
```
import nltk
nltk.download('averaged_perceptron_tagger')
```
-
**Describe the bug and how to reproduce it**
I was trying to ingest markdown files from one of my documentations.
Also, I have tried different markdown files and they all end with the same error.
I…
-
This is a regression.
* building new container July 16 2024
* The image built 4 days before this worked fine. Now all searches fail when the vector database is enabled.
##. Problem Report
I…
-
I was trying to collect an entire website when it bailed near the end. Here's the log below. When I try to restart the menu, it also throws an error.
`Working on https://www.nbtclothing.com...
[I…
-
Hello, thank you very much for your brilliant open-source project. I have been able to do single and batch generations using the LJSpeech dataset. However, when I try to replicate the results for the …
-
Hello, could you share information about the hardware you are using? I couldn't find it in the paper.
-
When I run `docker compose up --build`, either from the root directory or from `examples/combined`, I get a lot of `ModuleNotFoundError`s which seem to be triggered by commands listed in `docker-compo…
-
## 运行环境
* 操作系统 (Linux/macOS/Windows):Windows10 22H2
* 部署方式 (Docker/windows快速部署包/自己搭的环境):Windows部署包和自己搭环境都出现了该问题
* Python 版本 (如果是部署包可不填):3.10.11
* 代码版本/部署包版本:0.65
## 问题描述
PS C:\Users\Purato…
-
### Issue you'd like to raise.
I'm trying to load some documents, powerpoints and text to train my custom LLm using Langchain.
When I run it I come to a weird error message where it tells I don'…