16%
04.12.2024
_result = client.search(collection_name="test_collection", query_vector=[0.2, 0.1, 0.9, 0.7], limit=3)
print(search_result)
### Output:
ScoredPoint(id=4, version=0, score=1.362, payload={"city": "New York"}, vector
16%
05.08.2024
/average VFull-backup size is above acceptable limit of 25TB
(W102) last VFull runtime is longer then acceptable limit of 22h
(C301) average incremental-backup size is above acceptable limit of 200GB
(W302
16%
30.01.2024
the documentation [3] when you are setting up and managing the system.
In the following discussion, I concentrate on the free OSSEC version 3.7.0 install on Ubuntu 22.04. After the mandatory Linux update, install
16%
03.04.2024
on the GitHub platform [2] under the GNU Affero General Public License version 3 (AGPLv3). In this article, I look at the free version's basic feature set.
Relay Servers
Depending on the operating system
16%
03.04.2024
).
Figure 2: Whereas K3s and MicroK8s use Hostpath as the storage driver with just one container, MicroShift relies on TopoLVM, which grabs eight containers.
The installation on RHEL 9 relies on an RPM
16%
25.09.2023
a DNS entry of type CNAME (Listing 3). Cloudflare generates a special random hostname for the tunnel, .cfargotunnel.com , where is something like:
f99fbf8ba1945738cc292667441e6858e69d8f9f
16%
28.11.2023
in each node to create a distributed filesystem (e.g., a parallel virtual filesystem, PVFS [2], which is now known as OrangeFS [3]) that is part of the kernel. Applications could then use this shared space
16%
18.07.2013
on Linux hosts running RHEL or Fedora. Red Hat only achieved a concept comparable to VMware and others with RHEV 3.1, because the Red Hat developers needed to replace proprietary code elements (C#) with open
16%
18.07.2013
Practical Settings
SSLProtocol -SSLv2 -SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
SSLCipherSuite HIGH:!MEDIUM:!LOW:!aNULL@STRENGTH
SSLCompression off
One restriction is that algorithms that perform a key
16%
09.01.2013
/haproxy/www.example.com.pem
22 mode http
23 option httpclose
24 option forwardfor
25 reqadd X-Forwarded-Proto:\ https
26 default_backend web_server
27
28 backend web_server
29 mode http
30 balance roundrobin
31