rag-plug 0.2.0__tar.gz → 0.2.1__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rag-plug
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: RAG client
5
5
  Author: George K
6
6
  Author-email: george@dormint.io
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "rag-plug"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "RAG client"
5
5
  authors = ["George K <george@dormint.io>"]
6
6
  readme = "README.md"
@@ -10,7 +10,7 @@ from ragplug.types import MemoryDeleteResult, MemoryItem, SearchMode, SearchResp
10
10
 
11
11
 
12
12
  class RagPlug:
13
- endpoint_url = "https://api-ragplug.dormint.io"
13
+ endpoint_url = "https://api-rag.swarm.ing"
14
14
 
15
15
  def __init__(
16
16
  self,
File without changes
File without changes
File without changes
File without changes
File without changes