Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ayanb9440
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Open-source Docker image to run Chrome browsers in your cloud
(hub.docker.com)
20 points
by
ayanb9440
2y ago
|
1 comments
2.
▲
by
ayanb9440
2y ago
Looks like somebody forgot to update the gitignore lol
3.
▲
by
ayanb9440
2y ago
Yup that's right its Robotic Process Automation. Based on the feedback in this thread we're going to be releasing an updated version that focuses more around tooling for the browser agents themselves as opposed to scaling/sch
4.
▲
by
ayanb9440
2y ago
This should be fixed now
5.
▲
by
ayanb9440
2y ago
We're in the middle of putting this together right now but it's going to be a wrapper around Google Secret Manager for those that don't want to set up a secrets manager themselves.
6.
▲
by
ayanb9440
2y ago
Depends on the use case. Lots of hospitals and banks use RPA to automate routine processes on their EHRs and systems of record, because these kinds of software typically don't have APIs available. Or if they do, they're very limit
7.
▲
by
ayanb9440
2y ago
We do support sentry. Finic projects are poetry scripts so you can `poetry add` any observability library you need.
8.
▲
by
ayanb9440
2y ago
That's a great suggestion! Essentially a cron job to check for website changes before your automation runs and possibly breaks. What does this check look like for you? Do you just diff the html to see if there are any changes?
9.
▲
by
ayanb9440
2y ago
There are quite a few open source YC startups at this point. Our understanding is that: 1. Developer tooling should be open source by default 2. Open source doesn't meaningfully affect revenue/scaling because developers that would
10.
▲
by
ayanb9440
2y ago
If you want to use an agent for scraping/automation, you would need to supply it with auth credentials. So permission is required by default.
11.
▲
by
ayanb9440
2y ago
Looking at their docs, it seems that with Browserbase you would still have to deploy your Playwright script to a long-running job and manage the infra around that yourself. Our approach is a bit different. With finic you just write the scri
12.
▲
by
ayanb9440
2y ago
We currently don't save the browser state after the run has completed but that's something we can definitely add as a feature. Could you elaborate on your use case? In which scenarios would it be better to split a run into multipl
13.
▲
by
ayanb9440
2y ago
I spent some time building legacy software integrations while contracting for startups, so I wrote this guide for developers in the same boat. It covers user-permissioned authentication, the trade-offs between RPA and reverse-engineering AP
14.
▲
Integrating with Legacy Software: A Guide
(medium.com)
1 points
by
ayanb9440
2y ago
|
1 comments
15.
▲
by
ayanb9440
3y ago
I see so you'd prefer the flow to be enter your ARR -> log in to confirm as opposed to the other way around? I'm guessing to reduce friction?
16.
▲
Show HN: Startup Leaderboard
(startupleaderboard.com)
5 points
by
ayanb9440
3y ago
|
4 comments
17.
▲
Show HN: ChatMyFiles, Open Source ChatPDF
(chatmyfiles.com)
6 points
by
ayanb9440
3y ago
|
1 comments
18.
▲
Show HN: RAGstack – private ChatGPT for enterprise VPCs, built with Llama 2
(github.com)
84 points
by
ayanb9440
3y ago
|
30 comments
19.
▲
by
ayanb9440
3y ago
Thanks for the heads up! We'll have that fixed ASAP but in the meantime signing up with Google or email/password should work
20.
▲
by
ayanb9440
3y ago
Here is a fully self-hostable solution that connects to PDFs in your google drive folder: https://github.com/ai-sidekick/sidekick Uses weaviate so that even the vectorstore can be self-hosted
21.
▲
by
ayanb9440
3y ago
Pre-populating with test credentials is a good idea! Some examples use cases for Sidekick include: - Customer support bots that answer questions based on your knowledgebase - Internal tools for searching through documentation scattered acro
22.
▲
by
ayanb9440
3y ago
Yeah for sure! I'm guessing you want a Plaid-like flow where end users OAuth and enter in which folder/etc?
23.
▲
Show HN: Sync data from SaaS tools to a vector database automatically
(app.getsidekick.ai)
9 points
by
ayanb9440
3y ago
|
4 comments
24.
▲
Show HN: Connect Google Drive to ChatGPT
(getsidekick.ai)
4 points
by
ayanb9440
3y ago
|
0 comments
25.
▲
by
ayanb9440
3y ago
Nice, quite a feature set. Add a PR and ping us on slack, we'll merge it in
26.
▲
by
ayanb9440
3y ago
+1, here's the line in the codebase: https://github.com/ai-sidekick/sidekick/blob/main/sidekick-s... We'll also add support for huggingface embeddings like MPNET and SBERT in the future!
27.
▲
by
ayanb9440
3y ago
Is Marqo a vector database? If so that sounds great, feel free to put up a PR!
28.
▲
by
ayanb9440
4y ago
An API integration is in our roadmap! Send over an email to founders@getsidekick.ai for more details.
29.
▲
by
ayanb9440
4y ago
Gpt says: It means that the bot may not always provide the correct response to a question, even if the answer can be found in the support documents. The bot may not have access to all the information or may not be able to understand the con
30.
▲
by
ayanb9440
4y ago
Good question, let me ask gpt
More ›