-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromadb build error #6729
Comments
@Naheemateon Hello there! I'm here to assist you with any bugs, questions, or contributions. Let's tackle this together! To resolve the "Error building Component Chroma DB: [WinError 123] The filename, directory name, or volume label syntax is incorrect" on Windows 10, you should check the Ensure that the persist_directory = self.resolve_path(self.persist_directory) if self.persist_directory is not None else None Make sure that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Here is the corrected version of this code................ display_name: str = "Chroma DB" inputs = [ @OverRide
def _add_documents_to_vector_store(self, vector_store: "Chroma") -> None:
|
Bug Description
I am trying to build a RAG app in langflow everything was working fine till this happened.
Error building Component Chroma DB: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\Users\nahee'
Duration:
5.39 seconds
Reproduction
from copy import deepcopy
from chromadb.config import Settings
from langchain_chroma import Chroma
from typing_extensions import override
from langflow.base.vectorstores.model import LCVectorStoreComponent, check_cached_vector_store
from langflow.base.vectorstores.utils import chroma_collection_to_data
from langflow.io import BoolInput, DropdownInput, HandleInput, IntInput, StrInput
from langflow.schema import Data
class ChromaVectorStoreComponent(LCVectorStoreComponent):
"""Chroma Vector Store with search capabilities."""
Expected behavior
Everything is supposed to work perfectly
Who can help?
No response
Operating System
Windows 10
Langflow Version
v1.1.4.posst1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: