Created at 7pm, Jan 4
MelihaBook
1
Learning Styles
lltgnggtvoMViP_YC45AOJ1-vUX97XlnHRQahQbcVDQ
File Type
DOCX
Entry Count
3
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Auditory learners learn best when information is presented to them via strategies that involve talking, such as lectures and group discussions. They can benefit from repeating back the lessons, having recordings of the lectures, group activities that require classmates explaining ideas, etc. Kinesthetic learners are individuals who prefer to learn by doing. They enjoy a hands-on experience. They are usually more in touch with reality and more connected to it, which is why they require using tactile experience to understand something better. The best way to present new information to a kinesthetic learner is through personal experience, practice, examples, or simulations. For instance, they can remember an experiment by recreating it themselves.
id: 89b4d3f2776e25834ab284a336e18f6c - page: None
Reading/ writing learners consume information best when its in words, whether thats by writing it down or reading it. To them, text is more powerful than any kind of visual or auditory representation of an idea. These individuals usually perform very well on written assignments. There are different ways to get a reading/writing learner to engage and understand a certain lesson. For instance, it would be best to have them describe charts and diagrams by written statements, take written quizzes on the topics, or give them written assignments.
id: 45e84150852557556bcee2be96c89823 - page: None
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": "lltgnggtvoMViP_YC45AOJ1-vUX97XlnHRQahQbcVDQ", "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": "lltgnggtvoMViP_YC45AOJ1-vUX97XlnHRQahQbcVDQ", "level": 2}'