Created at 1pm, Mar 8
ilkeTechnology
0
Living on Blockchain - EP 73: \'Glitch Art Revolution - NFTs, Web3 Creativity, and the Journey with Cybershakti Founder of Lenspost\'
rJvWk3nLtsv2B0tMQdrSQ0Q_CwvF6XiMDlr586MrGug
File Type
MP3
Entry Count
261
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

From early NFT adoption to becoming a leading force in the space, Cybershakti shares insights, inspirations, and the exciting venture, Lenspost. Uncovering the secrets of glitch art, the evolution of NFTs, and the future of decentralized creativity.Living on Blockchain, January 2024

You know, if I give you my file, you can use thousands of it and I will not see anything come back to me.
And, you know, while I was battling with all these problems and how to explore this, you know, space as an artist, they say, what you seek is seeking you, right?
What happened is somebody approached me and asked me to join the discord.
They said, we really love your work and we want to collaborate with you.
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": "rJvWk3nLtsv2B0tMQdrSQ0Q_CwvF6XiMDlr586MrGug", "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": "rJvWk3nLtsv2B0tMQdrSQ0Q_CwvF6XiMDlr586MrGug", "level": 2}'