Created at 11am, Jan 24
btcdharmaBook
0
SIMPLE PRESENT TENSE
iozdo9ZPvu5znhqlxomqMIxXBra_xMmopIdzNK_SGkQ
File Type
DOCX
Entry Count
3
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Simple present tense exercises

2. (James) James ___ English right now. 3. (read) He ___ a book at the moment. 4. (-) He ____ a book at the moment. 5. (?) ___ he ____ a book at the moment? 6. Yes, he ___. 7. No, he ___. 8. (What?) What ___ he ___ at the moment? A book. STATE VERBS / ACTION VERBS Action verbs: play, read, sleep, eat, drink, run State verbs: be, know, want, believe, understand, like, feel, agree, disagree
id: a8d573e373b24b26d11944d5fd32438b - page: 2
Both: think, have Action verbs can be used with Present Simple AND Present Continuous tenses. Ex: I play football every week. Jesse is playing football at the moment. State verbs are ONLY used with Present Simple tense. Ex: I know 3 languages. Mary believes that a black cat brings bad luck. Some verbs can be an action verb and a state verb but the meaning changes. Ex: I think that English is easy to learn. I am thinking about going to England this summer. (Which one is state verb? Which one is action verb? Why?) Ex: Jack is having a cup of tea. Jack has 3 sisters. (Which one is state verb? Which one is action verb? Why?)
id: f551332050b755ca069420ecf444c088 - page: 3
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": "iozdo9ZPvu5znhqlxomqMIxXBra_xMmopIdzNK_SGkQ", "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": "iozdo9ZPvu5znhqlxomqMIxXBra_xMmopIdzNK_SGkQ", "level": 2}'