-
Hi, I ran the create_database.py but I kept getting this error:
`
(ONE_RAG_TEST) ubuntu@ip-~/test_ollama/langchain-rag-tutorial$ python create_database.py
[nltk_data] Downloading package punkt to…
-
-
**Describe the bug**
Currently, it appears that libmagic is detected with this line:
```py
LIBMAGIC_AVAILABLE = bool(importlib.util.find_spec("magic"))
```
This finds whether `magic` is ins…
-
### Reference Issues
_No response_
### Summary
Hi there! I'd like to say that this is a wonderful project! Great job on all the work you've put into it.
I was wondering if it would be possible t…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
**Describe the bug**
The container errors out when using the ```MAX_LIFETIME_SECONDS``` environment variable.
**To Reproduce**
Use the following docker compose file:
```
services:
…
-
Thoughts on possible next steps:
- [x] 1. itk.js Mesh to vtk.js vtkPolyData in WebAssembly. This will allow use to use .vtk and other ITK-supported mesh file formats.
- [x] 2. A vtk.js helper clas…
-
currently its fine for unstructured data but for structure data its has to handle properly
-
**Describe the bug**
Using the latest version of unstructured produces the error "ModuleNotFoundError: No module named 'unstructured.txtgest" when using unstructured-ingest from command line.
**T…
-
![image](https://github.com/user-attachments/assets/4e2beedc-7fe4-4b86-a83b-c3406f8328a5)
Both code snippets Copied from README.md
```python
from megaparse import MegaParse
from langchain_openai…