### Pull Request for Issue #1217 [feature request](https://github.com/logspace-ai/langflow/labels/feature%20request) [python](https://github.com/logspace-ai/langflow/labels/python) **Description** This pull request addresses issue #1217 , which concerns the ability to add files directly to the Vectara vector store using the indexing API's file upload feature. **Changes Made** I have implemented the ability to add files directly to the Vectara vector store by providing URLs of documents online. The add_files() method (as well as from_files()) has been added to facilitate this functionality. **Files Modified/Added** Modified: vectara.py |
||
|---|---|---|
| .. | ||
| langflow | ||
| .gitignore | ||
| Dockerfile | ||