News & Intel
LiveDaily AI-curated intelligence on Palantir Foundry, Ontology, AIP, Apollo, contracts, and community feedback. Updated automatically via GitHub Actions every day at 7 AM UTC.
Ontology Manager Many to Many Link
Hi, I am building a many to many link between two objects. I am using a dataset as the join for this approach. Has anyone used Object type as the join? Does it work? Can you please provide me with detailed steps? Thank you! 2 posts - 2 participants Read full topic
Accessing non https URLs via Workshop
We’re trying to launch a desktop application from a Workshop button using a custom protocol (e.g. lviewer:// ). Observations in our FDP environment: Typing lviewer:// (or music:// ) directly into Chrome works as expected. Triggering the same protocol from: Workshop “Open URL” event Slate (Code Sandbox) via window.open() Slate <a href="lviewer://"> link results in nothing happening (no new tab, no prompt). Even window.open("https://www.google.com") from Slate does not open a new tab, suggesting navigation is sandboxed. Is access to non-HTTPS schemes (custom protocol handlers) intentionally blocked from Workshop/Slate surfaces? If so, is there any supported way to launch a desktop app via deep link from Foundry (e.g., via a permitted navigation mechanism)? Thanks in advance. 3 posts - 2 participants Read full topic
Issues with Streamlit
Hi, I had been trying to open Streamlit from Jupyter Notebook and several errors were thrown up as versions (including python) were much newer than Streamlit ‘expected’. I managed to resolve these and got Streamlit preview to show in Jupyter Notebook. However, I cannot get the Streamlit app to open my Data Science Fundamentals work and it’s saying: This workspace encountered an error This workspace has entered a failed state due to an error. Please try restarting the workspace. Error message An unexpected error occurred: Startup scripts failed to run Error code FAILED_TO_RUN_STARTUP_SCRIPTS Error ID Related values failedScript: /opt/palantir/post-startup.d/1-wait-for-port-8888-to-listen.sh reason: An unexpected error occurred: Startup scripts failed to run Can anyone help me with this? Thanks in advance! 1 post - 1 participant Read full topic
Group by and Count in the OSDK is not functioning correctly
I have an ontology object with 158 rows and a single value for source_file_name. When I execute this query: "groupBy": [ { "type": "exact", "field": "source_file_name" } ], "aggregation": [ { "type": "count", "name": "count" } ] I get this: {"excludedItems":0,"accuracy":"ACCURATE","data":[{"group":{"source_file_name":"civitas_el_download_20251217_0001.csv"},"metrics":[{"name":"count","value":158.0}]}]} I should get a count of 1. And when I run this query: "aggregation": [ { "type": "count", "name": "count" } ] I get: {"accuracy":"ACCURATE","data":[{"group":{},"metrics":[{"name":"count","value":158.0}]}]} Which is the expected result. The only what I can get the count I am looking is with: "aggregation": [ { "type": "exactDistinct", "name": "exactDistinctCount", "field": "source_file_name" } ], "where": { "type": "or", "value": [
Do functions v2 support importing llms in model catalog?
I just bootstrapped a new functions v2 repo (the recommended option) and I don’t see an option to import a model like gpt5-mini. How can I use models from the model catalo in functions v2? 1 post - 1 participant Read full topic
Fine-Grained Personal Tokens
Hi, from security perspective it would be a huge benefit if personal tokens can be restricted to certain operations (=scopes) or restricted to certain resources (e.g. compass projects) within the platform. A workaround that is possible today is to use a Developer Console app and distribute the client_id to developers and use oauth2 to login, however this is quite cumbersome compared to developers generating a personal token in the Settings UI. To my understanding Multipass has this capability internally and it’s also used for example with tokens that are generated for the git cloning or VSCode functionality as they are scope restricted. It would be great if this power can be exposed within the personal token page in the Settings. Thanks Nicolas 1 post - 1 participant Read full topic
Salesforce Rest API call from function in Foundry
Hi, I am working on one project where I need to implement the following functinaltiy: I have a one app. In this app there is one field where user enter Number (like: SF-12345) and there is button. On button click I need to pass this field value to API and get the Output and fill the fields accordingly in the same app. Currently what i have implemented: Created Rest API data connect and Webhook is returning data correctly in JSON format. In Rest API call there are two hits will go . In first Post request it generated the Token, Once i will get the token . I include this in second Get request and get the output (JSON Format). Till this point it is working fine and getting the desire result. Now I am facing the following Challenge: I am creating one funciton that will hit the same API which i created earlier but problem is I am not getting the output (As per my understanding may be Oauth is not verifying it) Can anyone help me on this how i can get the
Speedrun: Mining Your First Business Process | Failed load of logs
While following the “Mining Your First Business Process” Speedrun, I am encountering a blocking error at the Log Object Type installation step (Step 2). Although the Process Ontology step completes successfully, the application fails to load the event log configuration despite the dataset existing in the project folder. { "name": "Error", "message": "Failed to load log product from Marketplace", "stack": "Error: Failed to load log product from Marketplace\n at https://jorgeochoa.euw-3.palantirfoundry.co.uk/assets/content-addressable-storage/frontend/915eba5c689d273151ae0f31632f1e5577e3481ad1df7c4f91ce7ba63aceae5e.js:5:66104\n at async https://jorgeochoa.euw-3.palantirfoundry.co.uk/assets/content-addressable-storage/frontend/915eba5c689d273151ae0f31632f1e5577e3481ad1df7c4f91ce7ba63aceae5e.js:27:440819" } 2 posts - 2 participants Read full topic
Can I stream outputs from AIP LLMs without using Agent Studio
I am well aware of using the sessions API to stream responses from AIP Agent studio agents. I do not want to do that. Agents built in agent studio proxy the model responses, almost always summarize or alter them, and are designed for tool calling which I do not want. Do not tell me to use AIP Agent Studio, I do not want it. What I want is the ability to stream outputs from models in the model catalog (via a TypeScript function because that is still the only way to use them, why, just why). Is this possible? When are we going to be able to use open source SDKs and leverage the inference endpoints in AIP like we do when working directly with the labs? 2 posts - 1 participant Read full topic
Follow up on converting PDF into one image per page
https://community.palantir.com/t/how-can-i-convert-a-pdf-into-one-image-per-page-for-further-vision-llm-processing/4208/3?u=brandon Hi @Isy , I’m working to achieve something similar to Vincent in regards to splitting PDF pages, is there any update on that functionality for pipeline builder? I’m using extract text for the entire pdf and filtering by rows, and would like to parse specific pages visually, but the media reference field is for the entire PDF. Thank you, Brandon 1 post - 1 participant Read full topic
NLP for creating schema in LLM Node in Pipeline Builder
Minor Feature Request: When I use an LLM node in Pipeline builder I would like to be able to paste a prompt to have AIP create the schema for me (the main one being in entities extraction). Many times I have the schema I want in text but can’t easily add it. An import by csv/excel would be a good alternative as well. https://www.palantir.com/docs/foundry/pipeline-builder/pipeline-builder-llm I looked at the link above to see if it already exists, if it does please link I’d really appreciate it! 1 post - 1 participant Read full topic
Unable to Connect Foundry to MongoDB Atlas (Free Edition)
Hi Palantir Community, I’m encountering persistent issues trying to connect Foundry to MongoDB Atlas. Despite trying multiple connection strategies, I keep getting connection timeout errors. Here’s what I’ve tried so far: Attempted Strategies: Atlas Connection Type: Host: account1.abcd.mongodb.net (in this format) Authentication Add network access in Mongo with foundry IP Connection options: ssl, retryWrites, w=majority Common Error Message: MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches ReadPreferenceServerSelector{readPreference=primary}. *The connection works fine in using standard MongoDB connection string (not with foundry) Questions: Are there specific network/DNS configurations needed for Foundry to connect to MongoDB Atlas? Is there a recommended connection strategy for MongoDB Atlas in Foundry? Are there any known limitations or requirements when connecting Foundry to Mong
Can solutions designer map out an already created ontology / solution design
If not, I think this would be very useful! You could guide it with your main objects and let it traverse 1 post - 1 participant Read full topic
Delete a "Usecase" from a Project
Last year, there was still this “Usecase” App which served as a different front page to a project. I created one and applied it to one of my productive projects. Now, I would like to remove it again since it is not supported, but I can only see “Delete Usecase, this cannot be undone”. Which is not really motivating me to click the button. Can anybody shed some light on what happens if I actually delete the usecase? Which resources are removed? Given the fact that the respective project serves as as the source for a DevOps package and Marketplace deployment I am even more hesitant… 1 post - 1 participant Read full topic
OSDK security does not work with LLM proxies
Below is a client I created to work with LLM proxies in Foundry. I will get 403 forbidden when creating an access token with my OSDK client. Is this a known issue? Are personal access tokens required for LLM proxies? If so can you please fix this. import { SupportedFoundryClients, type OpenAIService, } from '@codestrap/developer-foundations-types'; import OpenAI from 'openai'; import { foundryClientFactory } from '../factory/foundryClientFactory'; import type { ChatCompletionCreateParamsStreaming } from 'openai/resources/chat'; import type { RequestOptions } from 'openai/core'; import type { ResponseCreateParamsStreaming } from 'openai/resources/responses/responses'; // ADd tpe definitions for the OpenAI response here, or in a separate file and import them in, to ensure type safety when working with the API response data. export function makeOpenAIService(): OpenAIService { const { getToken, url, ontologyRid } = foundryClientFactory( process.env.FOUNDRY_CLIENT_TYPE || S
What models are supported with LLM proxies?
When calling OpenAI LLM proxies the only model I can get to work so far is the gpt 4 series. IE gpt-4.1, gpt-4.1-mini etc. Is the GPT 5 series supported? How am I susppoed to know which models are supported? import { SupportedFoundryClients, type OpenAIService, } from '@codestrap/developer-foundations-types'; import OpenAI from 'openai'; import { foundryClientFactory } from '../factory/foundryClientFactory'; import type { ChatCompletionCreateParamsStreaming } from 'openai/resources/chat'; import type { RequestOptions } from 'openai/core'; import type { ResponseCreateParamsStreaming } from 'openai/resources/responses/responses'; // ADd tpe definitions for the OpenAI response here, or in a separate file and import them in, to ensure type safety when working with the API response data. export function makeOpenAIService(): OpenAIService { const { getToken, url, ontologyRid } = foundryClientFactory( process.env.FOUNDRY_CLIENT_TYPE || SupportedFoundryClients.PRIVATE, unde
6 stocks Citi says to buy as the bull market enters a new stage of volatility
Citi said it revised its list of buy-rated stocks to account for the recent bout of volatility stemming from AI disruption fears.
Famed "Big Short" Investor Michael Burry Made a Dire Prediction About Palantir Stock. I Think He's Dead Wrong
If you click 'Accept all', we and our partners, including 245 who are part of the IAB Transparency & Consent Framework, will also store and / or access information on a device (in other words, us… [+1046 chars]