Find answers from the community

s
sha-sy
Offline, last seen 3 months ago
Joined September 25, 2024
s
sha-sy
·

Custom

Hi, I am looking for a way for the same.
2 comments
w
L
ConfigurableDataSources = build_configurable_data_source_enum()
File "/home/ubuntu/miniconda3/envs/rrenv/lib/python3.10/site-packages/llama_index/core/ingestion/data_sources.py", line 117, in build_configurable_data_source_enum
DataSource(
File "/home/ubuntu/miniconda3/envs/rrenv/lib/python3.10/site-packages/pydantic/v1/main.py", line 341, in init
raise validation_error
pydantic.v1.error_wrappers.ValidationError: 1 validation error for DataSource
component_type
subclass of BaseComponent expected (type=type_error.subclass; expected_class=BaseComponent)

getting this error while importing:
from llama_index.postprocessor.colbert_rerank import ColbertRerank
2 comments
s
L
Getting metadata of service context along with prompt (custom llm), so getting junk responses, any way to fix this?
1 comment
L
s
sha-sy
·

Llm

@Logan M How can we integrate DeepInfra with llama index?
2 comments
s
L
how to integrate a model running on another server to llama-index?
1 comment
W