Created at 8pm, Jan 4
TailorCulture
0
EU Regulations
WZ-D2Doqe-k7U086GIdyCn_XgWBU9mQvXPkBrtqgPtM
File Type
PDF
Entry Count
550
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Official Journal of the European Union online platform means a hosting service that, at the request of a recipient of the service, stores and disseminates information to the public, unless that activity is a minor and purely ancillary feature of another service or a minor functionality of the principal service and, for objective and technical reasons, cannot be used without that other service, and the integration of the feature or functionality into the other service is not a means to circumvent the applicability of this Regulation; online search engine means an intermediary service that allows users to input queries in order to perform searches of, in principle, all websites, or all websites in a particular language, on the basis of a query on any subject in the form of a keyword, voice request, phrase or other input, and returns results in any format in which information related to the requested content can be found;
id: b1c27e2fe4fc4709f698428788fb4bc8 - page: 43
Official Journal of the European Union (v) persons with disabilities means persons with disabilities as referred to in Article 3, point (1), of Directive (EU) 2019/882 of the European Parliament and of the Council (38); (w) commercial communication means commercial communication as defined in Article 2, point (f), of Directive 2000/ 31/EC; (x) turnover means the amount derived by an undertaking within the meaning of Article 5(1) of Council Regulation (EC) No 139/2004 (39). CHAPTER II LIABILITY OF PROVIDERS OF INTERMEDIARY SERVICES Article 4
id: 1bba6c396bf116ddb85e77a1264008aa - page: 44
Mere conduit 1. Where an information society service is provided that consists of the transmission in a communication network of information provided by a recipient of the service, or the provision of access to a communication network, the service provider shall not be liable for the information transmitted or accessed, on condition that the provider: (a) does not initiate the transmission; (b) does not select the receiver of the transmission; and (c) does not select or modify the information contained in the transmission. 2. The acts of transmission and of provision of access referred to in paragraph 1 shall include the automatic, intermediate and transient storage of the information transmitted in so far as this takes place for the sole purpose of carrying out the transmission in the communication network, and provided that the information is not stored for any period longer than is reasonably necessary for the transmission.
id: 747fbf58ac3d1c60d3880db4b2f914a2 - page: 44
3. Member States legal system, to require the service provider to terminate or prevent an infringement. This Article shall not affect the possibility for a judicial or administrative authority, in accordance with a Article 5 Caching 1. Where an information society service is provided that consists of the transmission in a communication network of information provided by a recipient of the service, the service provider shall not be liable for the automatic, intermediate and temporary storage of that information, performed for the sole purpose of making more efficient or more secure the information's onward transmission to other recipients of the service upon their request, on condition that the provider: (a) does not modify the information; (b) complies with conditions on access to the information; (c) complies with rules regarding the updating of the information, specified in a manner widely recognised and used by
id: b8243bc34fdaf7ebc04e106cfee33dc9 - page: 44
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "WZ-D2Doqe-k7U086GIdyCn_XgWBU9mQvXPkBrtqgPtM", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "WZ-D2Doqe-k7U086GIdyCn_XgWBU9mQvXPkBrtqgPtM", "level": 2}'