euriai 0.3.8__py3-none-any.whl → 0.3.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  import requests
2
- from llama_index.llms.base import LLM, ChatMessage, CompletionResponse
2
+ from llama_index.core.llms import LLM
3
+ from llama_index.core.llms.base import ChatMessage, CompletionResponse
3
4
  from typing import List
4
5
 
5
6
  class EuriaiLlamaIndexLLM(LLM):
@@ -1,6 +1,6 @@
1
1
  import requests
2
2
  import numpy as np
3
- from llama_index.embeddings.base import BaseEmbedding
3
+ from llama_index.core.embeddings.base import BaseEmbedding
4
4
 
5
5
  class EuriaiLlamaIndexEmbedding(BaseEmbedding):
6
6
  def __init__(self, api_key: str, model: str = "text-embedding-3-small"):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: euriai
3
- Version: 0.3.8
3
+ Version: 0.3.10
4
4
  Summary: Python client for EURI LLM API (euron.one) with CLI, LangChain, and LlamaIndex integration
5
5
  Author: euron.one
6
6
  Author-email: sudhanshu@euron.one
@@ -13,7 +13,7 @@ Requires-Python: >=3.6
13
13
  Description-Content-Type: text/markdown
14
14
  Requires-Dist: requests
15
15
  Requires-Dist: langchain-core
16
- Requires-Dist: llama-index
16
+ Requires-Dist: llama-index<0.11.0,>=0.10.0
17
17
  Requires-Dist: numpy
18
18
  Dynamic: author
19
19
  Dynamic: author-email
@@ -0,0 +1,14 @@
1
+ euriai/__init__.py,sha256=iCrFMfjSnipe5BmOdLdkCCk0dO_BZldCWD79mY67KpE,270
2
+ euriai/cli.py,sha256=hF1wiiL2QQSfWf8WlLQyNVDBd4YkbiwmMSoPxVbyPTM,3290
3
+ euriai/client.py,sha256=USiqdMULgAiky7nkrJKF3FyKcOS2DtDmUdbeBSnyLYk,4076
4
+ euriai/embedding.py,sha256=z-LLKU68tCrPi9QMs1tlKwyr7WJcjceCTkNQIFMG6vA,1276
5
+ euriai/langchain_embed.py,sha256=OXWWxiKJ4g24TFgnWPOCZvhK7G8xtSf0ppQ2zwHkIPM,584
6
+ euriai/langchain_llm.py,sha256=D5YvYwV7q9X2_vdoaQiPs7tNiUmjkGz-9Q-7M61hhkg,986
7
+ euriai/llamaindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ euriai/llamaindex/euri_chat.py,sha256=09wuegM6sDhpd5R3AZz71zwU1OmUey_g_hZWrkx5H34,1371
9
+ euriai/llamaindex/euri_embed.py,sha256=RO62uzT9rStp9_Ow2cYa_ZrGabkPFX89ZL3Mgb13X08,1063
10
+ euriai-0.3.10.dist-info/METADATA,sha256=WjPsKV-Fd_2A2Pzs7ljN5L1urp2FWM8rWy4pSAzWYjM,3257
11
+ euriai-0.3.10.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
12
+ euriai-0.3.10.dist-info/entry_points.txt,sha256=9OkET8KIGcsjQn8UlnpPKRT75s2KW34jq1__1SXtpMA,43
13
+ euriai-0.3.10.dist-info/top_level.txt,sha256=TG1htJ8cuD62MXn-NJ7DVF21QHY16w6M_QgfF_Er_EQ,7
14
+ euriai-0.3.10.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- euriai/__init__.py,sha256=iCrFMfjSnipe5BmOdLdkCCk0dO_BZldCWD79mY67KpE,270
2
- euriai/cli.py,sha256=hF1wiiL2QQSfWf8WlLQyNVDBd4YkbiwmMSoPxVbyPTM,3290
3
- euriai/client.py,sha256=USiqdMULgAiky7nkrJKF3FyKcOS2DtDmUdbeBSnyLYk,4076
4
- euriai/embedding.py,sha256=z-LLKU68tCrPi9QMs1tlKwyr7WJcjceCTkNQIFMG6vA,1276
5
- euriai/langchain_embed.py,sha256=OXWWxiKJ4g24TFgnWPOCZvhK7G8xtSf0ppQ2zwHkIPM,584
6
- euriai/langchain_llm.py,sha256=D5YvYwV7q9X2_vdoaQiPs7tNiUmjkGz-9Q-7M61hhkg,986
7
- euriai/llamaindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- euriai/llamaindex/euri_chat.py,sha256=wvSiNLzvq0Jp8jYif3QDHCfjbodDmQbiuIOIrXEu_Mc,1332
9
- euriai/llamaindex/euri_embed.py,sha256=HtbjbCBvKka77hpHPlTI1pX28uUL9L3eKbT69rkt4i8,1058
10
- euriai-0.3.8.dist-info/METADATA,sha256=UNvCyc0K4_ZjH_rPEpOO5ua-srCxb2Z3WEvMu51Jg0c,3240
11
- euriai-0.3.8.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
12
- euriai-0.3.8.dist-info/entry_points.txt,sha256=9OkET8KIGcsjQn8UlnpPKRT75s2KW34jq1__1SXtpMA,43
13
- euriai-0.3.8.dist-info/top_level.txt,sha256=TG1htJ8cuD62MXn-NJ7DVF21QHY16w6M_QgfF_Er_EQ,7
14
- euriai-0.3.8.dist-info/RECORD,,