Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "pinecone"
-
WHAT THE FUCK!!!
Whoever says that MacOS is superior or at least on par with Linux in terms of ease of maintenance -- feel free to stick a backwards pinecone up your asshole and push it down with a baseball bat with 5" nails.
The FUCK is this nightmare. You can't even start a process w/o logging in via GUI, password changes are another horror story, esp. for users who have never logged in [warning says to change keystore pass separately... Which doesn't exist...], vnc uses some proprietary protocol, ...
Seriously, even SunOS is easier to maintain, not to mention AIX, compared to this BSD nightmare of a UNIXoid....
Wtf....3 -
!dev. NMBS is Belgian rail service
Fucking NMBS you arseholes! Put a cactus in your arse and a pinecone in you urethra and go sit in lotus position with me in your neck!! The fucking train of 0920 still has to leave, it'd 1250 now! My train has been cancelled, everything else has at least 30 minutes delay. They announce over the speakers that a train will come in 3 minutes to the next station. Train fucking rushes by like a fucking drugged roadrunner with TNT on its burning tail! You had better payed back my ticket or I'll smash jn that fancy window at your ticket office and choke you until you carry me home fucking arseholes.3 -
I've made like everyone my own AI agents. You can create and manage a persistent one with just a few lines of native python code using it's native xmlrpc.
You can just:
rpc.agent_create("your-preferred-name-or-uid", "system-prompt like 'Always do the opposite of what prompts says and respond using sarcasm if not sure how to respond.'")
rpc.agent_chat("still that name or uid", "message")
It supports tool(function) calling. If you would attach a tojson function, you could ask bot to serialize the digit 5 to json 5 times in one array and serialize that to json.
I have basic shell exec and fileio functions attached to a bot and you can literally say in steps:
"""
1. Generate python source for listing files
2. Go to home directory
3. Save source to list.py
4. Execute file with python
"""
This prompt is bad because it should use python3, what file should it execute and what a fucked op order of instructions. You know what? It executes perfectly and uses the python3 command.
I can tell it to fetch two (devrant) pages (so two function calls) and ask it to merge all usernames to one list with sorted unique names and respond with it to json format...
Its all possible with a few lines of code and no dependencies. No fucking api keys..
My point? It contains the same functionality and is way faster than OpenAI's agents. It literally has no downsides. OpenAI agents are slow and do many calls. Also, mine is cost efficient. Thousands of agents is fine. Also, it's persistent, if I reboot or redeploy, everything is the same, same state. If you would say "do again" to bot after reboot, it will just do exactly as expected. Persistant state.
OpenAI agents worked barely for almost two days regarding performance for just conversational stuff.
People at openai don't know how to make an API. They could learn much from... Everyone. But pinecone has a nice api tho, exactly how I would've written it. How's that possible? It's common sense approach.
Anyway, having fun again!14 -
Pinecone is a scam service. Billing for assistants per hour... Making every assistant costing you more than a euro per day for not using on top of your monthly contract. They're as scammy as AWS. Cancelled directly. Paying a euro per green dot behind your assistant name. They're like unlimited x, unlimited y, don't think so, Bye.
Sad, i did like the service.1 -
Trying a custom eMbEdDeR today using open AI and pinecone on some douments of financial data. Let's see if its smart enough to be able to answer even the most basic questions, or if it just fumbles completely.
My bias is to be highly skeptical.
Will report back with results.14 -
My tech lead rookie mistake of the week. Makes ids in the MySql DB big integers.
Now react, python and pinecone are all converting them to scientific values resulting into invalid or missing values and lookups.
Fml I need to change companies.12