Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
jack714_
j
jack714_
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
j
jack714_
4 months ago
·
hi for LlamaIndex Multi-Modal Retrieval
hi for LlamaIndex Multi-Modal Retrieval
Text embedding index: Generate GPT text embeddings
Images embedding index: CLIP embeddings from OpenAI for images
may i know the charge or cost for CLIP embeddings . can't found it from website
2 comments
L
j
jack714_
5 months ago
·
LlamaExtract
D:\anaconda\lib\site-packages\llama_extract\base.py in acreate_schema(self, name, data_schema, project_id)
259 )
260
--> 261 response = await self._async_client.extraction.create_schema(
262 name=name, data_schema=json_schema, project_id=project_id
263 )
D:\anaconda\lib\site-packages\llama_cloud\resources\extraction\client.py in create_schema(self, name, project_id, data_schema)
468 _response_json = _response.json()
469 except JSONDecodeError:
--> 470 raise ApiError(status_code=_response.status_code, body=_response.text)
471 raise ApiError(status_code=_response.status_code, body=_response_json)
472
ApiError: status_code: 500, body: Internal Server Error
any solution for above problem LlamaExtract with Pydantic Models
1 comment
W