nosible 0.3.5__py3-none-any.whl → 0.3.6__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.
- {nosible-0.3.5.dist-info → nosible-0.3.6.dist-info}/METADATA +19 -1
- {nosible-0.3.5.dist-info → nosible-0.3.6.dist-info}/RECORD +5 -5
- {nosible-0.3.5.dist-info → nosible-0.3.6.dist-info}/WHEEL +0 -0
- {nosible-0.3.5.dist-info → nosible-0.3.6.dist-info}/licenses/LICENSE +0 -0
- {nosible-0.3.5.dist-info → nosible-0.3.6.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nosible
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Summary: Python client for the NOSIBLE Search API
|
|
5
5
|
Home-page: https://github.com/NosibleAI/nosible-py
|
|
6
6
|
Author: Stuart Reid, Matthew Dicks, Richard Taylor, Gareth Warburton
|
|
@@ -146,6 +146,24 @@ with Nosible(nosible_api_key="YOUR API KEY") as client:
|
|
|
146
146
|
print(results)
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
+
### 🤖 Cybernaut 1
|
|
150
|
+
|
|
151
|
+
An AI agent with unrestricted access to everything in NOSIBLE including every shard, algorithm, selector,
|
|
152
|
+
reranker, and signal. It knows what these things are and can tune them on the fly to find better results.
|
|
153
|
+
|
|
154
|
+
```python
|
|
155
|
+
from nosible import Nosible
|
|
156
|
+
|
|
157
|
+
with Nosible(nosible_api_key="YOUR API KEY") as client:
|
|
158
|
+
|
|
159
|
+
results = client.search(
|
|
160
|
+
# search() gives you access to Cybernaut 1
|
|
161
|
+
question="Find me interesting technical blogs about Monte Carlo Tree Search."
|
|
162
|
+
)
|
|
163
|
+
|
|
164
|
+
print(results)
|
|
165
|
+
```
|
|
166
|
+
|
|
149
167
|
### 📄 Documentation
|
|
150
168
|
|
|
151
169
|
You can find the full NOSIBLE Search Client documentation
|
|
@@ -9,8 +9,8 @@ nosible/classes/snippet_set.py,sha256=0jPMDhJNCO02WhvY1QR1HedvADvBxRcN6x3FItEgSi
|
|
|
9
9
|
nosible/classes/web_page.py,sha256=cvwQspxS0pU2nFgPLqnDtDWlLONHp1KwxerflHueLJ8,5838
|
|
10
10
|
nosible/utils/json_tools.py,sha256=PcSMjcLEhbA626jAIn0SuD_1-4QDduapZUenTSt3N2E,4569
|
|
11
11
|
nosible/utils/rate_limiter.py,sha256=zbzEGtVnHooknEbwQSK2dtk_afsmbM0diz5t9JF68Bw,6470
|
|
12
|
-
nosible-0.3.
|
|
13
|
-
nosible-0.3.
|
|
14
|
-
nosible-0.3.
|
|
15
|
-
nosible-0.3.
|
|
16
|
-
nosible-0.3.
|
|
12
|
+
nosible-0.3.6.dist-info/licenses/LICENSE,sha256=8ifsV4DrsiKi8KVBFy8SBb3KXPXhofE3pYq07q1TSCQ,1117
|
|
13
|
+
nosible-0.3.6.dist-info/METADATA,sha256=CQtjTZlY1LhV_URUXbvfUBWmrFaDJ1BWg_MtM2qC0lk,6032
|
|
14
|
+
nosible-0.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
nosible-0.3.6.dist-info/top_level.txt,sha256=mOconHuKcNJ1jTAj3DapQP_xB8YOmjTMyHg5txKH3uA,8
|
|
16
|
+
nosible-0.3.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|