Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
sha-sy
s
sha-sy
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
s
sha-sy
last year
·
Custom
Hi, I am looking for a way for the same.
2 comments
w
L
s
sha-sy
9 months ago
·
ConfigurableDataSources = build_
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
s
sha-sy
10 months ago
·
Getting metadata of service context
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
11 months ago
·
Llm
@Logan M How can we integrate DeepInfra with llama index?
2 comments
s
L
s
sha-sy
last year
·
how to integrate a model running on
how to integrate a model running on another server to llama-index?
1 comment
W